wok diff slitaz-fbsplash/receipt @ rev 11930
dosbox cleaned up desktop file
author | Samuel Trassare <samuel_trassare@yahoo.com> |
---|---|
date | Wed Feb 29 16:29:20 2012 -0800 (2012-02-29) |
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 Wed Feb 29 16:29:20 2012 -0800 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()