freebsd-ports/devel/hs-hmake/files/patch-script::harch
David W. Chapman Jr. 592d149758 Add missing file from last commit
Noticed by:	Oliver Braun
2002-07-09 18:53:18 +00:00

13 lines
334 B
Text

--- script/harch.orig Mon May 27 10:30:55 2002
+++ script/harch Mon May 27 10:31:11 2002
@@ -13,8 +13,8 @@
if uname >/dev/null 2>&1
then
- if uname -p >/dev/null 2>&1
- then PROCESSOR=`uname -p`
+ if uname -m >/dev/null 2>&1
+ then PROCESSOR=`uname -m`
case "$PROCESSOR" in
unknown|*\ *)
PROCESSOR=`uname -m`