summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGabriel-Andrew Pollo-Guilbert2020-10-27 23:47:11 -0400
committerGabriel-Andrew Pollo-Guilbert2020-10-27 23:47:13 -0400
commita037c93e54be189301771a165e60239163261aa8 (patch)
tree1c0aca305a7ff6792c9a29590c544ef9ba240edf
parentae8a16986091851f1aac2b38a5daa5b29cb972b7 (diff)
downloadaur-a037c93e54be189301771a165e60239163261aa8.tar.gz
Do not strip the resulting package
The package contains some libraries that are for ARM systems. The `strip` utility won't be able to strip them.
-rw-r--r--PKGBUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index cf84e26a88c8..1a689eda7b0a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -19,6 +19,7 @@ source=(
md5sums=(
'SKIP'
)
+options=(!strip)
package() {
mkdir -p "${pkgdir}/opt/${pkgname}/"