summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0d24adf21506..e24409f97eb5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -15,6 +15,6 @@ sha256sums=('41662e057318496023a0f59f02b420d65a7e988bc0e2bba017eadfc007823b93'
package() {
mkdir -p -- "$pkgdir/usr/bin"
cp "teamspeak3-install-addon" "$pkgdir/usr/bin/teamspeak3-install-addon"
- chmod +x /usr/bin/teamspeak3-install-addon
+ chmod +x $pkgdir/usr/bin/teamspeak3-install-addon
install -Dm644 ./WTFPL "$pkgdir/usr/share/licenses/$pkgname/WTFPL"
}