diff options
author | joerg <joerg@pkgsrc.org> | 2009-11-29 17:48:40 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2009-11-29 17:48:40 +0000 |
commit | cc1a1386d3ea32b7487349425346aa657c22d96d (patch) | |
tree | 47a664aae883c2745d54795529ac2f275b6ce4e9 /emulators/suse100_slang | |
parent | 112faf6d006780013a6c7b3afdf86dda72ab930e (diff) | |
download | pkgsrc-cc1a1386d3ea32b7487349425346aa657c22d96d.tar.gz |
Compensate for lib vs lib64 on amd64.
Diffstat (limited to 'emulators/suse100_slang')
-rw-r--r-- | emulators/suse100_slang/Makefile | 4 | ||||
-rw-r--r-- | emulators/suse100_slang/suse.x86_64.mk | 3 |
2 files changed, 5 insertions, 2 deletions
diff --git a/emulators/suse100_slang/Makefile b/emulators/suse100_slang/Makefile index 08975a6ab1a..328761dea23 100644 --- a/emulators/suse100_slang/Makefile +++ b/emulators/suse100_slang/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2009/06/05 11:20:27 abs Exp $ +# $NetBSD: Makefile,v 1.7 2009/11/29 17:48:40 joerg Exp $ DISTNAME= suse_slang-${SUSE_VERSION} PKGREVISION= 3 @@ -14,7 +14,7 @@ EMUL_MODULES.linux= base CHECK_FILES_SKIP+= ${EMULDIR}/usr/${LINUX_LIBSUBDIR}/libslang.so.1 post-install: - cd ${DESTDIR}${EMULDIR}/usr/lib && \ + cd ${DESTDIR}${EMULDIR}/usr/${LINUX_LIBSUBDIR} && \ ${LN} -fs libslang-utf8.so.1 libslang.so.1 .include "../../emulators/suse100_linux/Makefile.common" diff --git a/emulators/suse100_slang/suse.x86_64.mk b/emulators/suse100_slang/suse.x86_64.mk new file mode 100644 index 00000000000..bea0d41fba2 --- /dev/null +++ b/emulators/suse100_slang/suse.x86_64.mk @@ -0,0 +1,3 @@ +# $NetBSD: suse.x86_64.mk,v 1.1 2009/11/29 17:48:40 joerg Exp $ + +LINUX_LIBSUBDIR= lib64 |