summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGustavo Reis2019-01-27 14:42:10 -0200
committerGustavo Reis2019-01-27 14:42:10 -0200
commit4dd8f834c420244c183bcca40573d471e3566042 (patch)
treec95bbe40255051565272508c08098181cf51faed
parentb01b86733fed1d726efeb5c586d93353aed751d9 (diff)
downloadaur-4dd8f834c420244c183bcca40573d471e3566042.tar.gz
Small improvements
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5552a58734a3..439e46f2ffc5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -24,5 +24,5 @@ pkgver()
package()
{
- make -C ${pkgname/-git/} PREFIX="$pkgdir"/usr install
+ make -C ${pkgname/-git/} DESTDIR="$pkgdir/" install
}