wok-current diff slitaz-fbsplash/receipt @ rev 10927
ntop-man: Fixed path to copy man pages to.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Wed Aug 17 12:52:36 2011 +0000 (2011-08-17) |
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 Aug 17 12:52:36 2011 +0000 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()