mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +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:
parent
65091bd990
commit
b9a51adfb9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=26639
@ -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>
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user