diff options
author | Christian Hesse <mail@eworm.de> | 2015-01-26 11:25:22 +0100 |
---|---|---|
committer | Allan McRae <allan@archlinux.org> | 2015-02-01 12:19:04 +0100 |
commit | bd2e95b00be2ce36767811d2da6d291c85f9a3f1 (patch) | |
tree | 07fa654385a94f47682714cd1aca7040dcdfb419 /doc | |
parent | 2e481019998b3e52c6777f7c0648e32e2348ae8c (diff) | |
download | pacman-bd2e95b00be2ce36767811d2da6d291c85f9a3f1.tar.gz pacman-bd2e95b00be2ce36767811d2da6d291c85f9a3f1.tar.xz |
remove globbing for upx and make UPXFLAGS an array variable
Signed-off-by: Christian Hesse <mail@eworm.de>
Signed-off-by: Allan McRae <allan@archlinux.org>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/makepkg.conf.5.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/makepkg.conf.5.txt b/doc/makepkg.conf.5.txt index 5bd3a4a8..5e34b916 100644 --- a/doc/makepkg.conf.5.txt +++ b/doc/makepkg.conf.5.txt @@ -178,8 +178,8 @@ Options package. *upx*;; - Compress binary executable files using UPX. Additional options - can be passed to UPX by specifying the `UPXFLAGS` variable. + Compress binary executable files using UPX. Additional options + can be passed to UPX by specifying the `UPXFLAGS` array variable. *debug*;; Add the user-specified debug flags as specified in DEBUG_CFLAGS and |