wok diff aspell-es/receipt @ rev 15142
bmpanel2: typo
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Aug 15 11:41:58 2013 +0000 (2013-08-15) |
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 15 11:41:58 2013 +0000 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 }