summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorConnor McFarlane2021-04-16 04:06:11 +0100
committerConnor McFarlane2021-04-16 04:06:11 +0100
commitd39f87ff720dbc5221289349a6ac542ea64c3932 (patch)
tree3d97ab45b5ae5cfacc6e80e1ca568964d1585a74 /PKGBUILD
parentcf20c97cd5985a350d869fe69b3866074e8aa85c (diff)
downloadaur-d39f87ff720dbc5221289349a6ac542ea64c3932.tar.gz
Use sub-directory in user-components
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ee9a095ca0ad..a5e9beb4ba21 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=foobar2000-component-np-simple-bin
pkgver=1.9
-pkgrel=2
+pkgrel=3
_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" "$srcdir/${_fooname}.dll"
+ install -Dm644 -t "$pkgdir/usr/share/foobar2000/user-components/${_fooname}" "$srcdir/${_fooname}.dll"
}