summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 2 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 46a3fb139faa..a7717e5a57ff 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=deadbeef-plugin-hdcd-git
_pkgname=deadbeef-hdcd
pkgver=r9.246c842
-pkgrel=1
+pkgrel=2
pkgdesc="An HDCD decoder DSP plugin for deadbeef audio player, using libhdcd"
arch=('i686' 'x86_64')
url="https://github.com/bp0/deadbeef-hdcd"
@@ -24,7 +24,6 @@ build() {
}
package() {
- mkdir -p "$pkgdir/usr/lib/deadbeef"
cd "$srcdir/$_pkgname/"
- mv ddb_hdcd.so "$pkgdir/usr/lib/deadbeef/"
+ install -Dm644 -t "$pkgdir/usr/lib/deadbeef/" ddb_hdcd.so
}