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

Message ID 20180920094344.17831-2-dreisner@archlinux.org
State Accepted, archived
Delegated to: Andrew Gregory
Headers show
Series [pacman-dev,1/2] Port pactest to python3 | expand

Commit Message

Dave Reisner Sept. 20, 2018, 9:43 a.m. UTC
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(-)

Patch

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