pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/emulators/suse100_linux Set OPSYS_EMULSUBDIR in the no...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c232a1e9ab34
branches:  trunk
changeset: 528473:c232a1e9ab34
user:      xtraeme <xtraeme%pkgsrc.org@localhost>
date:      Fri May 04 23:46:56 2007 +0000

description:
Set OPSYS_EMULSUBDIR in the non compat32 case, otherwise systems
without compat32 enabled won't have the correct value in
suse100_base/INSTALL.

Found by seb@.

diffstat:

 emulators/suse100_linux/Makefile.common |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r a1324634777c -r c232a1e9ab34 emulators/suse100_linux/Makefile.common
--- a/emulators/suse100_linux/Makefile.common   Fri May 04 22:57:32 2007 +0000
+++ b/emulators/suse100_linux/Makefile.common   Fri May 04 23:46:56 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.14 2007/04/20 21:35:00 xtraeme Exp $
+# $NetBSD: Makefile.common,v 1.15 2007/05/04 23:46:56 xtraeme Exp $
 
 .include "../../emulators/suse100_linux/vars.mk"
 .include "../../emulators/suse100_linux/compat32.mk"
@@ -35,6 +35,7 @@
 # Don't check any script interpreter, as long as nobody complains.
 CHECK_INTERPRETER_SKIP=        *
 
+OPSYS_EMULSUBDIR=      linux${SUSE_COMPAT32_SUFFIX}
 EMULSUBDIR=            emul/linux${SUSE_COMPAT32_SUFFIX}
 EMULDIR=               ${PREFIX}/${EMULSUBDIR}
 



Home | Main Index | Thread Index | Old Index