summaryrefslogtreecommitdiff
path: root/src/librefetch/librefetch
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2013-09-18 22:45:54 -0400
committerLuke Shumaker <LukeShu@sbcglobal.net>2013-09-18 22:45:54 -0400
commit92b9133e4ab3ef0899cee58885f455a393c553fb (patch)
tree7ec2637d43eca41b0452f649fc663acae7e60233 /src/librefetch/librefetch
parentab8dc8d4204d198f01e1fc7f59498a2794df829f (diff)
librefetch: Don't inherit `options` or `PURGE_TARGETS`
Diffstat (limited to 'src/librefetch/librefetch')
-rwxr-xr-xsrc/librefetch/librefetch4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/librefetch/librefetch b/src/librefetch/librefetch
index 3525db3..7691355 100755
--- a/src/librefetch/librefetch
+++ b/src/librefetch/librefetch
@@ -298,8 +298,8 @@ checkdepends=()
makedepends=("${mkdepends[@]}")
####
-options+=(!strip docs libtool emptydirs !zipman purge !upx)
-PURGE_TARGETS+=(.bzr/ .cvs/ .git/ .hg/ .svn/ .makepkg/)
+options=(!strip docs libtool staticlibs emptydirs !zipman purge !upx)
+PURGE_TARGETS=(.bzr/ .cvs/ .git/ .hg/ .svn/ .makepkg/)
####
if ! declare -f mksource >/dev/null; then