wok rev 945

Up: slitaz-boot-scripts (2.4)
author Christophe Lincoln <pankso@slitaz.org>
date Tue Jun 24 20:40:11 2008 +0200 (2008-06-24)
parents f862339df6c5
children ddb3c9f57308
files slitaz-boot-scripts/receipt sylpheed/receipt
line diff
     1.1 --- a/slitaz-boot-scripts/receipt	Tue Jun 24 19:28:03 2008 +0200
     1.2 +++ b/slitaz-boot-scripts/receipt	Tue Jun 24 20:40:11 2008 +0200
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="slitaz-boot-scripts"
     1.7 -VERSION="2.3"
     1.8 +VERSION="2.4"
     1.9  CATEGORY="base-system"
    1.10  SHORT_DESC="Provide all the initialisation scripts used at boot time."
    1.11  MAINTAINER="pankso@slitaz.org"
     2.1 --- a/sylpheed/receipt	Tue Jun 24 19:28:03 2008 +0200
     2.2 +++ b/sylpheed/receipt	Tue Jun 24 20:40:11 2008 +0200
     2.3 @@ -27,13 +27,6 @@
     2.4  # Rules to gen a SliTaz package suitable for Tazpkg.
     2.5  genpkg_rules()
     2.6  {
     2.7 -	mkdir -p $fs/usr/share/pixmaps \
     2.8 -		$fs/usr/share/applications \
     2.9 -		$fs/usr/share/locale
    2.10 +	mkdir -p $fs/usr
    2.11  	cp -a $_pkg/usr/bin $fs/usr
    2.12 -	cp -a $src/sylpheed.png $fs/usr/share/pixmaps
    2.13 -    cp -a $_pkg/usr/share/locale/fr $fs/usr/share/locale
    2.14 -	strip -s $fs/usr/bin/*
    2.15 -	# Desktop entry
    2.16 -	cp -a stuff/sylpheed.desktop $fs/usr/share/applications
    2.17  }