mirror of
https://git.freebsd.org/ports.git
synced 2025-06-17 10:40:46 -04:00
15 lines
615 B
Bash
15 lines
615 B
Bash
--- newbash.sh.orig Sat Apr 26 09:34:50 2003
|
|
+++ newbash.sh Thu Jun 19 13:08:48 2003
|
|
@@ -1,10 +1,10 @@
|
|
#!/bin/sh
|
|
#
|
|
for FILE in elaps laps make_header post-uninst.sh pre-install.sh prepix \
|
|
- samples/sample.sh samples/makefigs Makefile
|
|
+ helpfiles.sh samples/sample.sh samples/makefigs Makefile
|
|
do
|
|
mv $FILE $FILE.orig
|
|
- sed 's+/bin/bash+/usr/local/bin/bash+g' $FILE.orig > $FILE
|
|
+ sed 's+/bin/bash+%%LOCALBASE%%/bin/bash+g' $FILE.orig > $FILE
|
|
## ^-----------------^
|
|
## Replace the portion from + to + of the line above with the path to
|
|
## bash on your system. Sample replacement line:
|