openbsd-ports/mail/exim/patches/patch-ab

12 lines
318 B
Plaintext
Raw Normal View History

1997-11-14 19:04:24 -05:00
--- scripts/Configure-eximon.orig Mon Nov 10 13:35:16 1997
+++ scripts/Configure-eximon Mon Nov 10 13:35:27 1997
@@ -8,7 +8,7 @@
# First off, get the OS type, and check that there is a make file for it.
-os=`$scripts/os-type` || exit 1
+os=`uname -s` || exit 1
if test ! -r ../OS/Makefile-$os
then echo ""