openbsd-ports/comms/hylafax/patches/patch-port_install_sh_in

12 lines
321 B
Plaintext
Raw Normal View History

--- port/install.sh.in.orig Mon Oct 12 16:47:50 1998
+++ port/install.sh.in Wed Jul 31 12:31:40 2002
@@ -129,7 +129,7 @@ do
test -p $1 >/dev/null 2>&1
}
;;
- -ln) shift; CMD=@LN@; SRC="$1"
+ -ln) shift; CMD=@LN@; SRC="$ROOT/$1"
STRIP=":"
;;
-lns) shift; CMD=@LN@; preopts="@LN_S@"; SRC="$1"