summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2023-09-12 15:17:45 -0600
committerMark Wagie2023-09-12 15:17:45 -0600
commitcb1f22ab6c7da9fe896b52fb660e6c30e8fad72d (patch)
treec36591396eb7bf5586781f764ea8eb29c2a72ddd
parentb69e44713c0543f9d4bc6a3091018b983775c850 (diff)
downloadaur-cb1f22ab6c7da9fe896b52fb660e6c30e8fad72d.tar.gz
remove uneeded workaround
-rw-r--r--PKGBUILD3
1 files changed, 0 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b5ed100c603e..bf9a4c971ed3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -26,7 +26,4 @@ package() {
# Binary name conflicts with speedtest-cli & ookla-speedtest-bin
mv "$pkgdir/usr/bin/speedtest" "$pkgdir/usr/bin/$pkgname"
-
- # Fix permissions
- chmod 0755 "$pkgdir/usr/bin/$pkgname"
}