summaryrefslogtreecommitdiff
path: root/emulators/suse100_base
diff options
context:
space:
mode:
authorjoerg <joerg>2006-09-19 19:58:46 +0000
committerjoerg <joerg>2006-09-19 19:58:46 +0000
commitd887005dc7d39731f32b32fff80be2155619d673 (patch)
tree7bc8031763ddbd2b001e15462224fe00496d2baf /emulators/suse100_base
parente0b94b82dc9c462946721ddee124730b578cef8c (diff)
downloadpkgsrc-d887005dc7d39731f32b32fff80be2155619d673.tar.gz
Ensure that Linux ldd has the full path to bash without assuming
that /emul == /usr/pkg/emul. On DragonFly and FreeBSD, it is called /compat and that broke the shared library check. Bump revisions of suse100_base and suse91_base.
Diffstat (limited to 'emulators/suse100_base')
-rw-r--r--emulators/suse100_base/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/emulators/suse100_base/Makefile b/emulators/suse100_base/Makefile
index 6af2e0ec115..795f07fbd55 100644
--- a/emulators/suse100_base/Makefile
+++ b/emulators/suse100_base/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.5 2006/06/23 15:48:50 jlam Exp $
+# $NetBSD: Makefile,v 1.6 2006/09/19 19:58:46 joerg Exp $
DISTNAME= suse_base-${SUSE_VERSION}
-PKGREVISION= 2
+PKGREVISION= 3
CATEGORIES= emulators
MASTER_SITES= ${MASTER_SITE_SUSE100}
DISTFILES= ${RPMFILES}
@@ -70,7 +70,7 @@ do-install:
>>${PLIST_SRC}
${ECHO} "@unexec ${RMDIR} %D/${EMULSUBDIR}/etc 2>/dev/null || ${TRUE}" \
>>${PLIST_SRC}
- ${SED} -e 's:#! :#! /${EMULSUBDIR}:' \
+ ${SED} -e 's:#! :#! ${EMULDIR}:' \
-e 's:^RTLD=:RTLD=/${EMULSUBDIR}:' \
< ${LINUX_LDD} > ${LINUX_LDD}.new
${MV} ${LINUX_LDD}.new ${LINUX_LDD}