summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDave Reisner <dreisner@archlinux.org>2018-08-20 20:52:34 -0400
committerAndrew Gregory <andrew.gregory.8@gmail.com>2018-10-20 13:22:05 -0700
commit79a528735ee198ac880b65d946cfde9181872b44 (patch)
tree7e08c332472aae9a6d188c751350c2b14895e954
parent02255fd97e831854d1f29e6fac687a4a508f44fa (diff)
downloadpacman-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.am1
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' \