wok diff rocrail/receipt @ rev 10434

grub4dos: fix path to lib (no more i386-pc but i386-slitaz)
author Christophe Lincoln <pankso@slitaz.org>
date Wed May 25 00:43:57 2011 +0200 (2011-05-25)
parents 92b0afb93fbe
children e9a57133022f
line diff
     1.1 --- a/rocrail/receipt	Sat Nov 14 14:55:04 2009 +0000
     1.2 +++ b/rocrail/receipt	Wed May 25 00:43:57 2011 +0200
     1.3 @@ -28,8 +28,8 @@
     1.4  	rm -r -f rocrail
     1.5  
     1.6  	cd $src
     1.7 -	make TOOLPREFIX=$TOOLPREFIX &&
     1.8 -	make DESTDIR=$src/_pkg PREFIX=/usr install &&
     1.9 +	make -j1 TOOLPREFIX=$TOOLPREFIX &&
    1.10 +	make -j1 DESTDIR=$src/_pkg PREFIX=/usr install &&
    1.11  	sed -e 's|^Categories=[^$]*$|Categories=Application;Railroad;|g' -i $src/_pkg/usr/share/applications/*.desktop
    1.12  }
    1.13