Forgot in previous.

This commit is contained in:
ajacoutot 2012-10-11 12:11:04 +00:00
parent 109a787471
commit 3c9bd2bfd9
2 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.18 2012/10/11 12:02:07 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.19 2012/10/11 12:11:04 ajacoutot Exp $
COMMENT= Linux compatibility package based on Fedora Core 4
@ -95,7 +95,7 @@ post-install:
# fix up the loader
cd ${FEDORADIR} && ${PATCH} -p0 --forward --quiet -E < \
${PATCHDIR}/patch-ldd
${FILESDIR}/patch-ldd
echo -e '/lib\n/usr/lib\n${X11BASE}/lib' >> \
${FEDORADIR}/etc/ld.so.conf
touch ${FEDORADIR}/etc/ld.so.cache

View File

@ -1,4 +1,4 @@
$OpenBSD: patch-ldd,v 1.3 2012/10/11 10:16:29 robert Exp $
$OpenBSD: patch-ldd,v 1.1 2012/10/11 12:11:04 ajacoutot Exp $
--- usr/bin/ldd.orig Thu Oct 11 10:59:15 2012
+++ usr/bin/ldd Thu Oct 11 11:01:39 2012
@@ -27,7 +27,8 @@