mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
Run the Linux ldconfig after installation (PORTREVISION bumped to 1).
This commit is contained in:
parent
67db3a6a89
commit
98d5ecbdb2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=94409
@ -7,7 +7,7 @@
|
||||
|
||||
PORTNAME= XFree86-libs
|
||||
PORTVERSION= 4.3.0
|
||||
PORTREVISION= 0
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= x11 linux
|
||||
MASTER_SITES= ${MASTER_SITE_REDHAT_LINUX}
|
||||
MASTER_SITE_SUBDIR= updates/9/en/os/i386
|
||||
@ -36,4 +36,10 @@ pre-install:
|
||||
${ECHO_CMD} @dirrm ${ii} >> ${PLIST}
|
||||
.endfor
|
||||
|
||||
post-install:
|
||||
${RM} -f ${LINUXBASE}/etc/ld.so.cache
|
||||
${FIND} ${LINUXBASE} -name lib -type d | ${SED} 's:${LINUXBASE}::g' \
|
||||
> ${LINUXBASE}/etc/ld.so.conf
|
||||
chroot ${LINUXBASE} sbin/ldconfig
|
||||
|
||||
.include "../../x11-toolkits/linux-gtk/Makefile"
|
||||
|
Loading…
Reference in New Issue
Block a user