wok diff ghostscript/receipt @ rev 5765

Fix: bygfoot: move to /usr/games (!)
author Ben Arnold <ben@seawolfsanctuary.com>
date Mon Jul 05 13:04:02 2010 +0100 (2010-07-05)
parents 9f19aee613be
children e4319b0b765a
line diff
     1.1 --- a/ghostscript/receipt	Sun Feb 28 15:33:01 2010 +0100
     1.2 +++ b/ghostscript/receipt	Mon Jul 05 13:04:02 2010 +0100
     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  }