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

fix missing symlink.

splash image at start up would be white and black, not colorful.

Approved by:	dima
This commit is contained in:
MIHIRA Sanpei Yoshiro 2000-09-11 12:27:04 +00:00
parent 5e74c488e3
commit 7cd16d0db2
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=32514
2 changed files with 2 additions and 2 deletions

View File

@ -64,7 +64,7 @@ Acrobat4/bin/acroread
bin/acroread4 bin/acroread4
@exec ln -sf ../../Resource/Font/ %D/Acrobat4/Reader/%%ARCHDIR%%/fonts @exec ln -sf ../../Resource/Font/ %D/Acrobat4/Reader/%%ARCHDIR%%/fonts
@unexec rm -f %D/Acrobat4/Reader/%%ARCHDIR%%/fonts @unexec rm -f %D/Acrobat4/Reader/%%ARCHDIR%%/fonts
@exec ln -sf ../../res %D/Acrobat4/Reader/%%ARCHDIR%%/res @exec ln -sf ../res %D/Acrobat4/Reader/%%ARCHDIR%%/res
@unexec rm -f %D/Acrobat4/Reader/%%ARCHDIR%%/res @unexec rm -f %D/Acrobat4/Reader/%%ARCHDIR%%/res
@exec echo "Be sure to read the license agreement in" @exec echo "Be sure to read the license agreement in"
@exec echo "%D/Acrobat4/Reader/License.pdf" @exec echo "%D/Acrobat4/Reader/License.pdf"

View File

@ -64,7 +64,7 @@ Acrobat4/bin/acroread
bin/acroread4 bin/acroread4
@exec ln -sf ../../Resource/Font/ %D/Acrobat4/Reader/%%ARCHDIR%%/fonts @exec ln -sf ../../Resource/Font/ %D/Acrobat4/Reader/%%ARCHDIR%%/fonts
@unexec rm -f %D/Acrobat4/Reader/%%ARCHDIR%%/fonts @unexec rm -f %D/Acrobat4/Reader/%%ARCHDIR%%/fonts
@exec ln -sf ../../res %D/Acrobat4/Reader/%%ARCHDIR%%/res @exec ln -sf ../res %D/Acrobat4/Reader/%%ARCHDIR%%/res
@unexec rm -f %D/Acrobat4/Reader/%%ARCHDIR%%/res @unexec rm -f %D/Acrobat4/Reader/%%ARCHDIR%%/res
@exec echo "Be sure to read the license agreement in" @exec echo "Be sure to read the license agreement in"
@exec echo "%D/Acrobat4/Reader/License.pdf" @exec echo "%D/Acrobat4/Reader/License.pdf"