wok diff slitaz-fbsplash/receipt @ rev 10010

gnustep-gui: build but need tar
author Christophe Lincoln <pankso@slitaz.org>
date Thu May 19 02:11:20 2011 +0200 (2011-05-19)
parents f7d3811b21ef
children
line diff
     1.1 --- a/slitaz-fbsplash/receipt	Fri Feb 25 01:06:52 2011 +0100
     1.2 +++ b/slitaz-fbsplash/receipt	Thu May 19 02:11:20 2011 +0200
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="slitaz-fbsplash"
     1.7 -VERSION="1.0"
     1.8 +VERSION="1.1"
     1.9  CATEGORY="base-system"
    1.10  SHORT_DESC="SliTaz theme and config for Busybox fbsplash (graphical boot)"
    1.11  MAINTAINER="pankso@slitaz.org"
    1.12 @@ -14,8 +14,9 @@
    1.13  	mkdir -p $fs/usr/bin $fs/etc/fbsplash/slitaz
    1.14  	cp $stuff/tazfbsplash $fs/usr/bin
    1.15  	cp -a $stuff/fbsplash.cfg $fs/etc/fbsplash/slitaz
    1.16 -	cp -a $stuff/fbsplash.ppm $fs/etc/fbsplash/slitaz
    1.17 +	cp -a $stuff/fbsplash.ppm.gz $fs/etc/fbsplash/slitaz
    1.18  	mkfifo $fs/etc/fbsplash/fifo
    1.19 +	gzip -d $fs/etc/fbsplash/slitaz/fbsplash.ppm.gz
    1.20  }
    1.21  
    1.22  post_install()