mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
fix missing symlink.
splash image at start up would be white and black, not colorful. Approved by: dima
This commit is contained in:
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
|
@ -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"
|
||||||
|
|
|
@ -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"
|
||||||
|
|
Loading…
Add table
Reference in a new issue