index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
author | Eli Schwartz <eschwartz@archlinux.org> | 2019-03-07 22:07:55 -0500 |
---|---|---|
committer | Allan McRae <allan@archlinux.org> | 2019-03-19 12:04:51 +1000 |
commit | bbfb75fd292e3f2818cdc0eae68c292bb3fbc50b (patch) | |
tree | 06cc86d19f2c3e4fcf15ae2b1d4e3937fb60612e /build-aux | |
parent | f26cb61cb6a16c8ce85f33e6090763aced0118c3 (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 3b0058ce..a25218cb 100644 --- a/build-aux/edit-script.sh.in +++ b/build-aux/edit-script.sh.in @@ -19,8 +19,6 @@ mode=$3 -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" \ |