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 | 8b9c5abcf73ec4d81dc8f0adc257e47180459c68 (patch) | |
tree | 2f82681886297f197b0bc203fc8c3db0e0f28775 /emulators/suse100_linux | |
parent | 95ed3bf219f9d8cadc96a2982105055f7a95d711 (diff) | |
download | pkgsrc-8b9c5abcf73ec4d81dc8f0adc257e47180459c68.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/suse100_linux')
-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} |