wok-stable diff ghostscript/receipt @ rev 5573
tcc: add cross compilers
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat May 15 16:05:09 2010 +0200 (2010-05-15) |
parents | 9f19aee613be |
children | e4319b0b765a |
line diff
1.1 --- a/ghostscript/receipt Sun Feb 28 15:33:01 2010 +0100 1.2 +++ b/ghostscript/receipt Sat May 15 16:05:09 2010 +0200 1.3 @@ -53,15 +53,11 @@ 1.4 # Remove CMAPs (Non-free : not covered under GPL) : moved to non-free package get-ghostscript-CMAP 1.5 rm -rf $fs/usr/share/$PACKAGE/$VERSION/Resource/CMap/* 1.6 1.7 - 1.8 # already compiled as a shared lib; gsc is same as gs 1.9 rm -rf $fs/usr/bin/gs 1.10 - 1.11 - 1.12 - 1.13 } 1.14 1.15 post_install() 1.16 { 1.17 - ln -s /usr/bin/gsc /usr/bin/gs 1.18 + ln -s /usr/bin/gsc $1/usr/bin/gs 1.19 }