summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorjmcb2023-01-26 15:09:10 +0000
committerjmcb2023-01-26 16:57:18 +0000
commit7f95fb21a09531f1e81896263b3153b9d69fb1ba (patch)
tree8422b019435502287c4dce18c3eec7decd614a24
parent1ca08d4cbda56c75f3961976364730c6bac41dff (diff)
downloadaur-7f95fb21a09531f1e81896263b3153b9d69fb1ba.tar.gz
Try to fix file permissions
-rw-r--r--PKGBUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c5dd5ffcf579..da2b8643c562 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -26,6 +26,7 @@ package() {
cd "${dest}"
# extract into opt
bsdtar -xf "${srcdir}/OSM2World-${pkgver}-bin.zip" \
+ --no-same-permissions \
--exclude "LICENSE.txt" --exclude "osm2world-windows.bat"
# binary symlink
install -dm755 "${pkgdir}/usr/bin"