aurutils: remove redundant DESTDIR in build()
This commit is contained in:
parent
bed7f8ae52
commit
a0813d550a
1 changed files with 1 additions and 1 deletions
2
PKGBUILD
2
PKGBUILD
|
@ -27,7 +27,7 @@ prepare() {
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd aurutils
|
cd aurutils
|
||||||
make DESTDIR="$pkgdir"
|
make
|
||||||
}
|
}
|
||||||
|
|
||||||
package() {
|
package() {
|
||||||
|
|
Loading…
Reference in a new issue