summaryrefslogtreecommitdiffstats
path: root/build-aux
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 /build-aux
parentbbfb75fd292e3f2818cdc0eae68c292bb3fbc50b (diff)
downloadpacman-226d2c124884c7318b7fb86c2e6bdf792eddd1a9.tar.gz
pacman-226d2c124884c7318b7fb86c2e6bdf792eddd1a9.zip
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 'build-aux')
-rw-r--r--build-aux/edit-script.sh.in2
1 files changed, 0 insertions, 2 deletions
diff --git a/build-aux/edit-script.sh.in b/build-aux/edit-script.sh.in
index a25218cb..d5495057 100644
--- a/build-aux/edit-script.sh.in
+++ b/build-aux/edit-script.sh.in
@@ -21,8 +21,6 @@ mode=$3
-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|@configure_input[@]|Generated from ${input##*/}; do not edit by hand.|g" \
"$input" >"$output"