diff options
Diffstat (limited to 'contrib')
| -rw-r--r-- | contrib/Makefile.am | 1 | 
1 files changed, 1 insertions, 0 deletions
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  | 
