diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2007-05-04 23:46:56 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2007-05-04 23:46:56 +0000 |
commit | 99c925d95224dfeb2ff0c1a840ca4caff5fc3d5b (patch) | |
tree | 2f82681886297f197b0bc203fc8c3db0e0f28775 /emulators | |
parent | 8df683c78b286af022eae1c3514717698370b631 (diff) | |
download | pkgsrc-99c925d95224dfeb2ff0c1a840ca4caff5fc3d5b.tar.gz |
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 (limited to 'emulators')
-rw-r--r-- | emulators/suse100_linux/Makefile.common | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/emulators/suse100_linux/Makefile.common b/emulators/suse100_linux/Makefile.common index 9665daa62d5..bde7eaeb487 100644 --- a/emulators/suse100_linux/Makefile.common +++ b/emulators/suse100_linux/Makefile.common @@ -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 @@ MANCOMPRESSED?= yes # 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} |