summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKeyLo992019-06-17 21:36:47 +0300
committerKeyLo992019-06-17 21:36:47 +0300
commit398ec9dbbd6f68b14482713d082d1a9dffe025ef (patch)
treeb4cb4bba8b6618c6299b8869c997ff0b272c95eb
parent61001f84c35c71d73c1431ed849112ea2f6658a7 (diff)
downloadaur-398ec9dbbd6f68b14482713d082d1a9dffe025ef.tar.gz
Installation command changed
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index da5ceec6b1d0..d66480b8484f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -21,5 +21,5 @@ build() {
package() {
cd "$pkg/build"
- make DESTDIR="$pkg" install
+ make DESTDIR="$pkgdir" install
} \ No newline at end of file