summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormeriken2ch2016-05-26 02:01:42 -0700
committermeriken2ch2016-05-26 02:01:42 -0700
commite8c09eea8906034761a1744118fa446f2c21ff89 (patch)
treeda83cad243b8d68db16b6ae0e1977c025ee0a132
parent0214eba3c7cfb3e1cbbe7c203d6377ea95c26d4c (diff)
downloadaur-e8c09eea8906034761a1744118fa446f2c21ff89.tar.gz
Bug fix
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d7e4308e512e..521305edfa01 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -31,7 +31,7 @@ build() {
package() {
cd "$srcdir/$_gitname/CMakeBuild"
- make DESTDIR="$pkgdir/" install
+ make DESTDIR="$pkgdir" install
cd "../CLRadeonExtender/CLRX-mirror-master/build"
- make DESTDIR="$pkgdir/" install
+ make DESTDIR="$pkgdir" install
} \ No newline at end of file