wok-stable diff squirrelmail-html/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 b182d475b827
children 91a615759636
line diff
     1.1 --- a/squirrelmail-html/receipt	Mon Jun 01 13:00:06 2009 +0200
     1.2 +++ b/squirrelmail-html/receipt	Fri Mar 04 00:08:04 2011 +0100
     1.3 @@ -11,11 +11,17 @@
     1.4  DEPENDS="squirrelmail"
     1.5  WGET_URL="${WEB_SITE}plugins/$TARBALL"
     1.6  
     1.7 +# Rules to configure and make the package.
     1.8 +compile_rules()
     1.9 +{
    1.10 +	cp -a $src $DESTDIR/$SOURCE
    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/share/squirrelmail/plugins
    1.17 -	cp -a $SOURCE $fs/usr/share/squirrelmail/plugins
    1.18 +	cp -a $_pkg/$SOURCE $fs/usr/share/squirrelmail/plugins
    1.19  	chown -R 80 $fs/usr/share/squirrelmail
    1.20  }
    1.21