diff options
Diffstat (limited to 'graphics/epix/files/patch-newbash.sh')
-rw-r--r-- | graphics/epix/files/patch-newbash.sh | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/graphics/epix/files/patch-newbash.sh b/graphics/epix/files/patch-newbash.sh new file mode 100644 index 000000000000..9596522f20b4 --- /dev/null +++ b/graphics/epix/files/patch-newbash.sh @@ -0,0 +1,11 @@ +--- newbash.sh.orig Sun Oct 27 23:53:05 2002 ++++ newbash.sh Sun Oct 27 23:53:54 2002 +@@ -1,7 +1,7 @@ + #!/bin/sh + # + for FILE in elaps laps make_header post-uninst.sh pre-install.sh prepix \ +- samples.sh samples/makefigs Makefile ++ helpfiles.sh samples/makefigs Makefile + do + mv $FILE $FILE.orig + sed 's+/bin/bash+/usr/local/bin/bash+g' $FILE.orig > $FILE |