1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00

make a symlink out of the compat environment so that programs calling

system() will be able to find /sbin/sh

This allows Netscape to run external apps (eg, ghostview)
This commit is contained in:
Andrew Gallatin 2000-03-08 04:14:53 +00:00
parent 65091bd990
commit b9a51adfb9
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=26639
2 changed files with 3 additions and 0 deletions

View File

@ -47,6 +47,7 @@ do-install:
@cd ${PREFIX}/usr/shlib ; ${LN} -sf libc.so libc_r.so
@cd ${PREFIX}/usr/shlib ; ${LN} -sf libc.so libpthread.so
@cd ${PREFIX}/usr/shlib ; ${LN} -sf libc.so libpthreads.so
@cd ${PREFIX}/sbin ; ${LN} -sf /bin/sh sh
@touch ${PREFIX}/etc/sia/siainitgood
.include <bsd.port.mk>

View File

@ -24,6 +24,8 @@ usr/lib/X11
usr/shlib/libc_r.so
usr/shlib/libpthread.so
usr/shlib/libpthreads.so
sbin/sh
@unexec rm -f %D/usr/lib/X11
@dirrm sbin
@dirrm etc/sia
@dirrm etc