diff options
author | MIHIRA Sanpei Yoshiro <sanpei@FreeBSD.org> | 2000-09-11 12:27:04 +0000 |
---|---|---|
committer | MIHIRA Sanpei Yoshiro <sanpei@FreeBSD.org> | 2000-09-11 12:27:04 +0000 |
commit | 7cd16d0db2ee3afeabac9458de5957c52727d0cc (patch) | |
tree | 149a7f41b303bb35ceee8c948990ff8717e4a570 /print/acroread5 | |
parent | Update to 1.0.7. (diff) |
fix missing symlink.
splash image at start up would be white and black, not colorful.
Approved by: dima
Notes
Notes:
svn path=/head/; revision=32514
Diffstat (limited to 'print/acroread5')
-rw-r--r-- | print/acroread5/pkg-plist | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/print/acroread5/pkg-plist b/print/acroread5/pkg-plist index d77ef19ccb81..a2d4bd3e0cc2 100644 --- a/print/acroread5/pkg-plist +++ b/print/acroread5/pkg-plist @@ -64,7 +64,7 @@ Acrobat4/bin/acroread bin/acroread4 @exec ln -sf ../../Resource/Font/ %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 @exec echo "Be sure to read the license agreement in" @exec echo "%D/Acrobat4/Reader/License.pdf" |