[pacman-dev] [PATCH 2/2] Drop vestiges of SIZECMD

Dave Reisner dreisner at archlinux.org
Thu Sep 20 09:43:44 UTC 2018


SIZECMD was replaced in 1af766987f with a POSIX solution, and this token
is no longer used/needed.
---
 scripts/Makefile.am | 1 -
 1 file changed, 1 deletion(-)

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' \
-- 
2.19.0


More information about the pacman-dev mailing list