diff options
Diffstat (limited to 'security/whisker/files/patch-aa')
-rw-r--r-- | security/whisker/files/patch-aa | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/security/whisker/files/patch-aa b/security/whisker/files/patch-aa new file mode 100644 index 000000000000..6bfa3cfb2e8b --- /dev/null +++ b/security/whisker/files/patch-aa @@ -0,0 +1,11 @@ +--- whisker.pl.orig Tue Dec 26 11:26:37 2000 ++++ whisker.pl Tue Dec 26 11:39:54 2000 +@@ -3,7 +3,7 @@ + + $whisker_version="1.4.0"; + $WHEREIS_WHISKER=$0; +-$WHEREIS_WHISKER=~s/[^\/\\]+$//; ++$WHEREIS_WHISKER=~s|\w+/[^\/\\]+$|share/whisker/|; + $GLOBAL_HTMLOUTPUT=0; + + use Socket; use Getopt::Std; |