summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorEli Schwartz <eschwartz@archlinux.org>2019-03-07 22:07:55 -0500
committerAllan McRae <allan@archlinux.org>2019-03-19 12:04:51 +1000
commitbbfb75fd292e3f2818cdc0eae68c292bb3fbc50b (patch)
tree06cc86d19f2c3e4fcf15ae2b1d4e3937fb60612e /scripts
parentf26cb61cb6a16c8ce85f33e6090763aced0118c3 (diff)
downloadpacman-bbfb75fd292e3f2818cdc0eae68c292bb3fbc50b.tar.xz
build: remove references to variable replacements from pacman-optimize
MODECMD and OWNERCMD are not used by pacman itself, so we don't need to check for and replace them now that pacman-optimize is removed. Signed-off-by: Eli Schwartz <eschwartz@archlinux.org> Signed-off-by: Allan McRae <allan@archlinux.org>
Diffstat (limited to 'scripts')
-rw-r--r--scripts/Makefile.am2
1 files changed, 0 insertions, 2 deletions
diff --git a/scripts/Makefile.am b/scripts/Makefile.am
index 6628e8cf..4eda9083 100644
--- a/scripts/Makefile.am
+++ b/scripts/Makefile.am
@@ -174,8 +174,6 @@ edit = sed \
-e 's|@TEMPLATE_DIR[@]|$(TEMPLATE_DIR)|g' \
-e 's|@DEBUGSUFFIX[@]|$(DEBUGSUFFIX)|g' \
-e "s|@INODECMD[@]|$(INODECMD)|g" \
- -e "s|@OWNERCMD[@]|$(OWNERCMD)|g" \
- -e "s|@MODECMD[@]|$(MODECMD)|g" \
-e 's|@SEDINPLACEFLAGS[@]|$(SEDINPLACEFLAGS)|g' \
-e 's|@SEDPATH[@]|$(SEDPATH)|g' \
-e 's|@DUFLAGS[@]|$(DUFLAGS)|g' \