index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
author | Ethan Sommer <e5ten.arch@gmail.com> | 2019-11-05 20:29:11 -0500 |
---|---|---|
committer | Allan McRae <allan@archlinux.org> | 2019-11-06 12:03:38 +1000 |
commit | 3a814ee6bca9ee24a868c0dc032b321048a53e08 (patch) | |
tree | 5d1722228354306d2820b0bc169e15c950f19a32 /build-aux | |
parent | 424129e8d1e91987a9799a49391f1271b069c5cf (diff) |
-rw-r--r-- | build-aux/edit-script.sh.in | 2 |
diff --git a/build-aux/edit-script.sh.in b/build-aux/edit-script.sh.in index 640d32f8..7423a223 100644 --- a/build-aux/edit-script.sh.in +++ b/build-aux/edit-script.sh.in @@ -20,8 +20,6 @@ mode=$3 -e "s|@DEBUGSUFFIX[@]|@DEBUGSUFFIX@|g" \ -e "s|@INODECMD[@]|@INODECMD@|g" \ -e "s|@FILECMD[@]|@FILECMD@|g" \ - -e "s|@SEDINPLACEFLAGS[@]|@SEDINPLACEFLAGS@|g" \ - -e "s|@SEDPATH[@]|@SEDPATH@|g" \ -e "s|@configure_input[@]|Generated from ${input##*/}; do not edit by hand.|g" \ "$input" >"$output" |