From 9f751bf49247ff94b8ad8b808aee0527e9733a41 Mon Sep 17 00:00:00 2001 From: Dave Reisner Date: Fri, 8 Jun 2012 18:27:34 -0400 Subject: contrib: sed out @SCRIPTNAME@ in edit command Signed-off-by: Dave Reisner Signed-off-by: Dan McGee --- contrib/Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'contrib') diff --git a/contrib/Makefile.am b/contrib/Makefile.am index e33707bf..ccf56c5a 100644 --- a/contrib/Makefile.am +++ b/contrib/Makefile.am @@ -58,6 +58,7 @@ edit = sed \ -e 's|@localstatedir[@]|$(localstatedir)|g' \ -e 's|@PACKAGE_VERSION[@]|$(REAL_PACKAGE_VERSION)|g' \ -e 's|@SIZECMD[@]|$(SIZECMD)|g' \ + -e 's|@SCRIPTNAME[@]|$@|g' \ -e '1s|!/bin/bash|!$(BASH_SHELL)|g' $(OTHERSCRIPTS): Makefile -- cgit v1.2.3