summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGonçalo Camelo Neves Pereira2018-02-15 12:21:15 +0000
committerGonçalo Camelo Neves Pereira2018-02-15 12:21:15 +0000
commit5e06f4767e748efeb4ce864453b65f46ae2d293c (patch)
treef726b0c3e5dac0bea987c2b3e0843b46e039e33b /PKGBUILD
parentb5a5f2abe921dfc1287ea4ec13b030a09448792a (diff)
downloadaur-5e06f4767e748efeb4ce864453b65f46ae2d293c.tar.gz
repair install routine
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f4230c4f72e0..b6b99fa8fafd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -26,5 +26,5 @@ build() {
package() {
cd "${srcdir}/${_pkgname}"
- make install
+ make DESTDIR="$pkgdir/" install
}