summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorSantiago Torres <santiago@archlinux.org>2019-03-11 21:18:16 -0400
committerAllan McRae <allan@archlinux.org>2019-03-19 12:07:15 +1000
commit226d2c124884c7318b7fb86c2e6bdf792eddd1a9 (patch)
tree151d9df3037ab499ff7771433b569657f2a83967 /scripts
parentbbfb75fd292e3f2818cdc0eae68c292bb3fbc50b (diff)
downloadpacman-226d2c124884c7318b7fb86c2e6bdf792eddd1a9.tar.xz
drop DU* config variables
Since DUFLAGS and DUPATH are not needed anymore remove them from the source Signed-off-by: Santiago Torres <santiago@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 4eda9083..2c743e82 100644
--- a/scripts/Makefile.am
+++ b/scripts/Makefile.am
@@ -176,8 +176,6 @@ edit = sed \
-e "s|@INODECMD[@]|$(INODECMD)|g" \
-e 's|@SEDINPLACEFLAGS[@]|$(SEDINPLACEFLAGS)|g' \
-e 's|@SEDPATH[@]|$(SEDPATH)|g' \
- -e 's|@DUFLAGS[@]|$(DUFLAGS)|g' \
- -e 's|@DUPATH[@]|$(DUPATH)|g' \
-e 's|@SCRIPTNAME[@]|$@|g' \
-e 's|@configure_input[@]|Generated from $<; do not edit by hand.|g'