wok diff ghostscript/receipt @ rev 13497

Up: spacefm (0.8.0) With an autostart desktop file to replace pcmanfm desktop handler and can automount media using the kernel polling (no udisks or gvfs)
author Christophe Lincoln <pankso@slitaz.org>
date Sat Oct 13 10:49:28 2012 +0200 (2012-10-13)
parents acc4afe2f2e5
children 7bb096863642
line diff
     1.1 --- a/ghostscript/receipt	Wed Mar 30 15:10:24 2011 +0000
     1.2 +++ b/ghostscript/receipt	Sat Oct 13 10:49:28 2012 +0200
     1.3 @@ -37,7 +37,7 @@
     1.4  		--with-fontpath=/usr/share/fonts/truetype/:/usr/share/fonts \
     1.5  		--disable-compile-inits \
     1.6  		$CONFIGURE_ARGS &&
     1.7 -	make -j 4 &&
     1.8 +	make $MAKEFLAGS &&
     1.9  	make DESTDIR=$PWD/_pkg install soinstall
    1.10  	
    1.11  }