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

View file

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