1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

Fix creation of /etc/vmware link (merge from vmware2 port)

Requested by:	Julian Elischer <julian@elischer.org>
This commit is contained in:
Jimmy Olgeni 2001-02-23 15:17:06 +00:00
parent fc22e6f4c0
commit 5f07e4065f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=38636
2 changed files with 2 additions and 2 deletions

View File

@ -109,7 +109,7 @@ pre-install: setoptions
.endif
post-install:
${LN} -s ${PREFIX}/etc/vmware /etc/vmware
${LN} -sf ${PREFIX}/etc/vmware /etc/
@${CAT} ${PKGMESSAGE}
.include <bsd.port.post.mk>

View File

@ -110,7 +110,7 @@ share/doc/vmware/README.FreeBSD
@exec ln -s /dev/ttyvb /compat/linux/dev/tty11
@exec mknod /compat/linux/dev/hda b 0 0x00010002
@exec mknod /compat/linux/dev/hdb b 0 0x0001000a
@exec ln -s %D/etc/vmware /etc/vmware
@exec ln -sf %D/etc/vmware /etc/
@exec mknod /dev/vmmon c 200 0
@exec mknod /dev/vmnet1 c 201 1
@unexec rm -f /etc/vmware /dev/vmmon /dev/vmnet1 /compat/linux/bin/df /compat/linux/dev/tty[0-9]* /compat/linux/dev/hd?