summaryrefslogtreecommitdiff
path: root/scripts/Makefile.am
diff options
context:
space:
mode:
authorEli Schwartz <eschwartz@archlinux.org>2017-08-27 21:37:20 -0400
committerAllan McRae <allan@archlinux.org>2017-12-07 15:46:04 +1000
commit1825bd6716c2a51c92642e8b96beac0101e83805 (patch)
treef66458b6e3f081797fc3b7881fd5d0f5ec96b0f6 /scripts/Makefile.am
parent2fb8081d059cae1f6d22a0b63c3714b51c1c1093 (diff)
downloadpacman-1825bd6716c2a51c92642e8b96beac0101e83805.tar.xz
makepkg: refactor archive compression for reusability
This allows for more easily extending the list of allowed compression methods, as it has to be modified in only one place. Also allow the user to specify their own preferred command + options for source packages in addition to compiled packages. Currently, makepkg.conf(5) erroneously claims this is already possible.
Diffstat (limited to 'scripts/Makefile.am')
-rw-r--r--scripts/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/Makefile.am b/scripts/Makefile.am
index b93d3d2b..8cf79f21 100644
--- a/scripts/Makefile.am
+++ b/scripts/Makefile.am
@@ -96,6 +96,7 @@ LIBMAKEPKG_IN = \
libmakepkg/tidy/strip.sh \
libmakepkg/tidy/zipman.sh \
libmakepkg/util.sh \
+ libmakepkg/util/compress.sh \
libmakepkg/util/error.sh \
libmakepkg/util/message.sh \
libmakepkg/util/option.sh \