From 7cd16d0db2ee3afeabac9458de5957c52727d0cc Mon Sep 17 00:00:00 2001 From: MIHIRA Sanpei Yoshiro Date: Mon, 11 Sep 2000 12:27:04 +0000 Subject: [PATCH] fix missing symlink. splash image at start up would be white and black, not colorful. Approved by: dima --- print/acroread4/pkg-plist | 2 +- print/acroread5/pkg-plist | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/print/acroread4/pkg-plist b/print/acroread4/pkg-plist index d77ef19ccb81..a2d4bd3e0cc2 100644 --- a/print/acroread4/pkg-plist +++ b/print/acroread4/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" 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"