wok-stable diff squirrelmail-sizes/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 ff4c00ab546f
children 91a615759636
line diff
     1.1 --- a/squirrelmail-sizes/receipt	Mon Feb 16 08:04:20 2009 +0000
     1.2 +++ b/squirrelmail-sizes/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  }
    1.20  
    1.21  post_install()