diff options
| author | Ade Lovett <ade@FreeBSD.org> | 2000-10-17 20:12:13 +0000 |
|---|---|---|
| committer | Ade Lovett <ade@FreeBSD.org> | 2000-10-17 20:12:13 +0000 |
| commit | 274f313273513cde81f4cf8ac3ed2c8599d8374f (patch) | |
| tree | 6caf7af1ea8343e6b80f8f2719fc40684f5c52bf /misc/ewipe/files/patch-aa | |
| parent | Update to 0.6.4, including MASTER_SITES and WWW in pkg-descr (diff) | |
Update to 1.2.0
PR: 22059
Submitted by: Ports Fury
Diffstat (limited to 'misc/ewipe/files/patch-aa')
| -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 53168efc66cb..656d27a7da60 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 ################################################### |
