summaryrefslogtreecommitdiff
path: root/emulators/suse100_linux
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2006-04-28 14:15:06 +0000
committerjoerg <joerg@pkgsrc.org>2006-04-28 14:15:06 +0000
commita8ed49a836b6599c18538cbee0934d6ed171b61e (patch)
treecd8e0c51fc33d3ce5c973860006a74e8c7a90bed /emulators/suse100_linux
parentde452730459f4142963c29de37c926ce5e44a8f5 (diff)
downloadpkgsrc-a8ed49a836b6599c18538cbee0934d6ed171b61e.tar.gz
Add some more links to the PLIST of suse100_slang and suse100_glx,
by extending suse100_linux with the same override code as suse91 has. Bump revision.
Diffstat (limited to 'emulators/suse100_linux')
-rw-r--r--emulators/suse100_linux/Makefile.common5
1 files changed, 4 insertions, 1 deletions
diff --git a/emulators/suse100_linux/Makefile.common b/emulators/suse100_linux/Makefile.common
index 3c386476e0e..0b00a402b07 100644
--- a/emulators/suse100_linux/Makefile.common
+++ b/emulators/suse100_linux/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.3 2006/04/04 10:37:50 ghen Exp $
+# $NetBSD: Makefile.common,v 1.4 2006/04/28 14:15:06 joerg Exp $
.include "../../emulators/suse100_linux/vars.mk"
.include "../../emulators/suse100_linux/arch.mk"
@@ -64,6 +64,9 @@ do-install:
${RM} -f ${PLIST_SRC}; \
${CP} ${PKGSRCDIR}/emulators/suse_linux/PLIST_dynamic ${PLIST_SRC} ; \
fi
+ @if [ -f ${PKGDIR}/PLIST_rpmfix.${MACHINE_ARCH} ]; then \
+ ${SED} -e 's,^/,${EMULSUBDIR}/,' ${PKGDIR}/PLIST_rpmfix.${MACHINE_ARCH} >> ${PLIST_SRC}; \
+ fi
${RPM2PKG} ${RPM2PKGARGS}
@if ${GREP} -q 'lib.*\.so' ${PLIST_SRC}; then \
${ECHO_MSG} "===> [Automatic Linux shared object handling]"; \