summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorConnor McFarlane2021-04-16 22:09:56 +0100
committerConnor McFarlane2021-04-16 22:09:56 +0100
commit6a028bc8af2438e21eb763bb3504f821ba3c11f6 (patch)
tree95f9209573a7f0d68567822454e9984c39b59247 /PKGBUILD
parentd39f87ff720dbc5221289349a6ac542ea64c3932 (diff)
downloadaur-foobar2000-component-np-simple-bin.tar.gz
Correct install path
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a5e9beb4ba21..26c1c33d2cce 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=foobar2000-component-np-simple-bin
pkgver=1.9
-pkgrel=3
+pkgrel=4
_fooname='foo_np_simple'
pkgdesc='Keeps a templated file with information about the current track'
arch=('any')
@@ -13,6 +13,6 @@ source=('http://skipyrich.com/store/foo_np_simple.7z')
md5sums=('4b70266781be5f8b86ff9a7f059c745c')
package() {
- install -Dm644 -t "$pkgdir/usr/share/foobar2000/user-components/${_fooname}" "$srcdir/${_fooname}.dll"
+ install -Dm644 -t "$pkgdir/usr/share/foobar2000/components/${_fooname}" "$srcdir/${_fooname}.dll"
}