openbsd-ports/lang/nhc98/patches/patch-script_greencard_inst
kili b7060678ab Update to 1.18.
Take maintainership.

Note that the powerpc problems will be fixed separately.
2007-06-29 11:06:25 +00:00

14 lines
482 B
Plaintext

$OpenBSD: patch-script_greencard_inst,v 1.1 2007/06/29 11:06:25 kili Exp $
We don't have to care about different archs installed at the same place.
--- script/greencard.inst.orig Thu Jul 25 10:55:07 2002
+++ script/greencard.inst Sun Jun 10 00:01:57 2007
@@ -1,5 +1,5 @@
#!/bin/sh
# simple redirection script to find the correct executable
# for this machine architecture
-MACHINE=${MACHINE-"`ScriptDir/harch`"}
+MACHINE=OpenBSD
exec ExecutableDir/$MACHINE/`basename $0` "$@"