diff options
author | Santiago Torres <santiago@archlinux.org> | 2019-03-11 21:18:16 -0400 |
---|---|---|
committer | Allan McRae <allan@archlinux.org> | 2019-03-19 12:07:15 +1000 |
commit | 226d2c124884c7318b7fb86c2e6bdf792eddd1a9 (patch) | |
tree | 151d9df3037ab499ff7771433b569657f2a83967 /build-aux | |
parent | bbfb75fd292e3f2818cdc0eae68c292bb3fbc50b (diff) | |
download | pacman-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 'build-aux')
-rw-r--r-- | build-aux/edit-script.sh.in | 2 |
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" |