summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorNekoPavel2024-03-03 01:03:42 +0100
committerNekoPavel2024-03-03 02:24:08 +0100
commit38ab8e6e845e6985e99a0c6bc26f11abbe4a9835 (patch)
treec18f55dff838f3d0ccab1ff90938fee7b664597d /PKGBUILD
parent56b7daedec30a2908df406483fac129deea900e6 (diff)
downloadaur-38ab8e6e845e6985e99a0c6bc26f11abbe4a9835.tar.gz
Fixed chmod path
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"
}