diff options
author | joerg <joerg@pkgsrc.org> | 2006-06-20 20:36:38 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-06-20 20:36:38 +0000 |
commit | 2de16446d43f464f5f2fb54d7098b31e9c4ac4f1 (patch) | |
tree | f4cc4bb3afc49db3542872271c37e31305cbbe09 /emulators | |
parent | 3460da4b4ff952154b9736ad989fcb7d6892bd13 (diff) | |
download | pkgsrc-2de16446d43f464f5f2fb54d7098b31e9c4ac4f1.tar.gz |
Add support for PLIST_rpmfix* as the other SuSE packages have.
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/suse_linux/Makefile.common | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/emulators/suse_linux/Makefile.common b/emulators/suse_linux/Makefile.common index 88cbe686c1d..09c07e2748d 100644 --- a/emulators/suse_linux/Makefile.common +++ b/emulators/suse_linux/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.23 2006/06/19 23:27:34 jlam Exp $ +# $NetBSD: Makefile.common,v 1.24 2006/06/20 20:36:38 joerg Exp $ .include "../../emulators/suse_linux/vars.mk" .include "../../emulators/suse_linux/arch.mk" @@ -61,6 +61,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]"; \ |