summaryrefslogtreecommitdiffstats
path: root/scripts/Makefile.am
diff options
context:
space:
mode:
authorAllan McRae <allan@archlinux.org>2011-06-08 09:36:03 +0200
committerAllan McRae <allan@archlinux.org>2011-06-08 09:36:03 +0200
commit87072ff63907ce6040be7e59b9b07fd891a8254a (patch)
tree7cfb71d570234264bbe58cac137f50bfd5886bc6 /scripts/Makefile.am
parent361b6a9403c9b87521ec3e1df64b6fe95fe52d7d (diff)
downloadpacman-87072ff63907ce6040be7e59b9b07fd891a8254a.tar.gz
pacman-87072ff63907ce6040be7e59b9b07fd891a8254a.tar.xz
Fix name of original files in scripts
Our scripts all currently say: Generated from foo.in; do not edit by hand. Fix this to say foo.sh.in, which is the actual original file name. Signed-off-by: Allan McRae <allan@archlinux.org>
Diffstat (limited to 'scripts/Makefile.am')
-rw-r--r--scripts/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/Makefile.am b/scripts/Makefile.am
index 7c64e81c..fd9b20d1 100644
--- a/scripts/Makefile.am
+++ b/scripts/Makefile.am
@@ -47,7 +47,7 @@ edit = sed \
-e 's|@SIZECMD[@]|$(SIZECMD)|g' \
-e 's|@SEDINPLACE[@]|$(SEDINPLACE)|g' \
-e 's|@DUPATH[@]|$(DUPATH)|g' \
- -e 's|@configure_input[@]|Generated from $@.in; do not edit by hand.|g'
+ -e 's|@configure_input[@]|Generated from $@.sh.in; do not edit by hand.|g'
## All the scripts depend on Makefile so that they are rebuilt when the
## prefix etc. changes. Use chmod -w to prevent people from editing the