2013-09-26 17:14:40 +02:00

17 lines
584 B
Plaintext

$NetBSD: patch-at,v 1.2 2012/01/29 20:48:48 asau Exp $
Don't unpack archive, since it is hard to fix,
unpack before patch phase instead.
--- config/install.sh.orig 2007-06-12 20:43:58.000000000 +0400
+++ config/install.sh 2009-03-19 00:47:06.000000000 +0300
@@ -316,7 +316,7 @@
if [ -x "$RUNDIR"/run.$ARCH-$OPSYS ]; then
vsay $this: Run-time system already exists.
else
- "$CONFIGDIR"/unpack "$ROOT" runtime
+# "$CONFIGDIR"/unpack "$ROOT" runtime
cd "$BASEDIR"/runtime/objs
echo $this: Compiling the run-time system.
$MAKE -f mk.$ARCH-$OPSYS $EXTRA_DEFS