wok-current diff libv4l/receipt @ rev 9469
distcc: Add init script
author | Eric Joseph-Alexandre <erjo@slitaz.org> |
---|---|
date | Mon Apr 04 00:25:20 2011 +0200 (2011-04-04) |
parents | f4c57a9c37bf |
children | 66e4194f3966 |
line diff
1.1 --- a/libv4l/receipt Fri Oct 01 04:09:43 2010 +0000 1.2 +++ b/libv4l/receipt Mon Apr 04 00:25:20 2011 +0200 1.3 @@ -15,7 +15,6 @@ 1.4 # Rules to configure and make the package. 1.5 1.6 compile_rules() { 1.7 - src=$WOK/$PACKAGE/$SOURCE-$VERSION 1.8 cd $src 1.9 make && 1.10 make install PREFIX="/usr" DESTDIR="${PWD}/_pkg" 1.11 @@ -24,7 +23,6 @@ 1.12 # Rules to gen a SliTaz package suitable for Tazpkg. 1.13 genpkg_rules() 1.14 { 1.15 - _pkg=$WOK/$PACKAGE/$SOURCE-$VERSION/_pkg 1.16 mkdir -p $fs/usr/lib 1.17 cp -a $_pkg/usr/lib/*so* $fs/usr/lib/ 1.18 cp -a $_pkg/usr/lib/$PACKAGE $fs/usr/lib