diff options
Diffstat (limited to 'misc/ewipe/files')
-rw-r--r-- | misc/ewipe/files/patch-aa | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/ewipe/files/patch-aa b/misc/ewipe/files/patch-aa index 53168efc66c..656d27a7da6 100644 --- a/misc/ewipe/files/patch-aa +++ b/misc/ewipe/files/patch-aa @@ -4,7 +4,7 @@ #!/bin/sh # the next line restarts using wish \ -exec wish "$0" "--" "$@" -+exec wish4.2 "$0" "--" "$@" ++exec %%WISH%% "$0" "--" "$@" # # # EWIPE : Extended WIPE (Editor for WIPE) # @@ -14,7 +14,7 @@ -set PATH . +#set PATH . -+set PATH /usr/local/lib/ewipe ++set PATH %%PREFIX%%/share/ewipe ################################################### |