summaryrefslogtreecommitdiffstats
path: root/scripts/Makefile.am
diff options
context:
space:
mode:
authorAllan McRae <allan@archlinux.org>2016-02-02 02:38:42 +0100
committerAllan McRae <allan@archlinux.org>2016-02-26 06:18:43 +0100
commit1a29744d0da8aa945b96b234574e0d5c80f13b62 (patch)
treed8c7460efe96d4cd4f1ce1ee83b666b21b4a92fb /scripts/Makefile.am
parentd4f499f5638a68a3b7e17c5171aabdf535b79bd4 (diff)
downloadpacman-1a29744d0da8aa945b96b234574e0d5c80f13b62.tar.gz
pacman-1a29744d0da8aa945b96b234574e0d5c80f13b62.tar.xz
makepkg: Remove upx and optipng support
These options were added before libmakepkg allowed passes like this to be dropped in. I prefer only real core packaging tasks to be included in makepkg and additional things like this to be dropped in by a user or distribution that wants to support them. Signed-off-by: Allan McRae <allan@archlinux.org>
Diffstat (limited to 'scripts/Makefile.am')
-rw-r--r--scripts/Makefile.am2
1 files changed, 0 insertions, 2 deletions
diff --git a/scripts/Makefile.am b/scripts/Makefile.am
index d660c0b9..6f9abb86 100644
--- a/scripts/Makefile.am
+++ b/scripts/Makefile.am
@@ -85,11 +85,9 @@ LIBMAKEPKG_IN = \
libmakepkg/tidy/docs.sh \
libmakepkg/tidy/emptydirs.sh \
libmakepkg/tidy/libtool.sh \
- libmakepkg/tidy/optipng.sh \
libmakepkg/tidy/purge.sh \
libmakepkg/tidy/staticlibs.sh \
libmakepkg/tidy/strip.sh \
- libmakepkg/tidy/upx.sh \
libmakepkg/tidy/zipman.sh \
libmakepkg/util.sh \
libmakepkg/util/pkgbuild.sh \