diff options
author | Dave Reisner <dreisner@archlinux.org> | 2018-08-21 02:52:34 +0200 |
---|---|---|
committer | Andrew Gregory <andrew.gregory.8@gmail.com> | 2018-10-20 22:22:05 +0200 |
commit | 79a528735ee198ac880b65d946cfde9181872b44 (patch) | |
tree | 7e08c332472aae9a6d188c751350c2b14895e954 | |
parent | 02255fd97e831854d1f29e6fac687a4a508f44fa (diff) | |
download | pacman-79a528735ee198ac880b65d946cfde9181872b44.tar.gz pacman-79a528735ee198ac880b65d946cfde9181872b44.tar.xz |
Drop vestiges of SIZECMD
SIZECMD was replaced in 1af766987f with a POSIX solution, and this token
is no longer used/needed.
-rw-r--r-- | scripts/Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/Makefile.am b/scripts/Makefile.am index f83e16c0..462962e1 100644 --- a/scripts/Makefile.am +++ b/scripts/Makefile.am @@ -161,7 +161,6 @@ edit = sed \ -e "s|@INODECMD[@]|$(INODECMD)|g" \ -e "s|@OWNERCMD[@]|$(OWNERCMD)|g" \ -e "s|@MODECMD[@]|$(MODECMD)|g" \ - -e 's|@SIZECMD[@]|$(SIZECMD)|g' \ -e 's|@SEDINPLACEFLAGS[@]|$(SEDINPLACEFLAGS)|g' \ -e 's|@SEDPATH[@]|$(SEDPATH)|g' \ -e 's|@DUFLAGS[@]|$(DUFLAGS)|g' \ |