wok diff aspell-es/receipt @ rev 10692

parole: try with coreutils-operations (we have some /usr/bin/install errors)
author Christophe Lincoln <pankso@slitaz.org>
date Fri May 27 21:55:41 2011 +0200 (2011-05-27)
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	Fri May 27 21:55:41 2011 +0200
     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  }