mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 17:59:07 -04:00
17 lines
584 B
Plaintext
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
|