ports/graphics/epix/files/patch-newbash.sh
Tilman Keskinoz 3ba5349872 Update to 0.8.10a
PR:		53494
Submitted by:	KATO Tsuguru <tkato@prontomail.com>
2003-06-29 14:47:41 +00:00

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: