1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-25 21:07:40 +00:00
freebsd-ports/misc/ewipe/files/patch-aa
Ade Lovett 274f313273 Update to 1.2.0
PR:		22059
Submitted by:	Ports Fury
2000-10-17 20:12:13 +00:00

21 lines
546 B
Plaintext

--- ewipe.orig Sun Apr 12 10:59:29 1998
+++ ewipe Sun Apr 12 10:59:57 1998
@@ -1,6 +1,6 @@
#!/bin/sh
# the next line restarts using wish \
-exec wish "$0" "--" "$@"
+exec %%WISH%% "$0" "--" "$@"
# #
# EWIPE : Extended WIPE (Editor for WIPE) #
@@ -20,7 +20,8 @@
# set PATH /usr/local/lib/ewipe #
# #
-set PATH .
+#set PATH .
+set PATH %%PREFIX%%/share/ewipe
###################################################