wok diff aspell-es/receipt @ rev 11733

up wireshark (1.6.5)
author Samuel Trassare <samuel_trassare@yahoo.com>
date Tue Feb 21 11:41:48 2012 -0800 (2012-02-21)
parents a9f2243f2116
children 191b99ca9dc2
line diff
     1.1 --- a/aspell-es/receipt	Fri Nov 26 03:22:37 2010 +0000
     1.2 +++ b/aspell-es/receipt	Tue Feb 21 11:41:48 2012 -0800
     1.3 @@ -15,16 +15,14 @@
     1.4  # Rules to configure and make the package.
     1.5  compile_rules()
     1.6  {
     1.7 -	src=$WOK/$PACKAGE/$SOURCE-$VERSION-2
     1.8  	cd $src
     1.9  	./configure && \
    1.10 -	make && make DESTDIR=$PWD/_pkg install
    1.11 +	make && make DESTDIR=$DESTDIR install
    1.12  }
    1.13  
    1.14  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.15  genpkg_rules()
    1.16  {
    1.17 -	_pkg=$WOK/$PACKAGE/$SOURCE-$VERSION-2/_pkg
    1.18  	mkdir -p $fs/usr/lib
    1.19  	cp -a $_pkg/usr/lib/* $fs/usr/lib
    1.20  }