wok-next diff aspell-es/receipt @ rev 14964
Up: firefox-langpack-de (17.0.8esr)
author | Dominique Corbex <domcox@slitaz.org> |
---|---|
date | Thu Aug 08 22:19:54 2013 +0200 (2013-08-08) |
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 Thu Aug 08 22:19:54 2013 +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 }