aurutils: remove redundant DESTDIR in build()

This commit is contained in:
Alad Wenter 2020-11-03 15:29:13 +01:00
parent bed7f8ae52
commit a0813d550a
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ prepare() {
build() {
cd aurutils
make DESTDIR="$pkgdir"
make
}
package() {