wok diff iron-linux/receipt @ rev 9036

iron-linux, squirrelmail plugins: fix genpkg_rules
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Mar 04 00:08:04 2011 +0100 (2011-03-04)
parents 20fa201cf18c
children 91a615759636
line diff
     1.1 --- a/iron-linux/receipt	Mon Nov 22 19:14:30 2010 +0000
     1.2 +++ b/iron-linux/receipt	Fri Mar 04 00:08:04 2011 +0100
     1.3 @@ -10,11 +10,17 @@
     1.4  WEB_SITE="http://www.srware.net/en/software_srware_iron.php"
     1.5  WGET_URL="http://www.srware.net/downloads/$TARBALL"
     1.6  
     1.7 +# Rules to configure and make the package.
     1.8 +compile_rules()
     1.9 +{
    1.10 +	cp -a $src $DESTDIR/$PACKAGE
    1.11 +}
    1.12 +
    1.13  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.14  genpkg_rules()
    1.15  {
    1.16  	mkdir -p $fs/usr/lib
    1.17 -	cp -a $PACKAGE $fs/usr/lib
    1.18 +	cp -a $_pkg/$PACKAGE $fs/usr/lib
    1.19  	# Desktop file
    1.20  	cp -a stuff/* $fs
    1.21  }