summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 3 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e3572f61b798..33d1fa8210e1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -48,7 +48,9 @@ build() {
package() {
cd "$srcdir/build"
- make DESTDIR="$pkgdir" install
+ make install
+
+ cp -r "$srcdir/build/opt" "$pkgdir/"
install -d "$pkgdir/etc/ld.so.conf.d"
cat << EOF > "$pkgdir/etc/ld.so.conf.d/hipsparse.conf"