wok diff dd_rescue/receipt @ rev 12846

Up: ffmpeg (0.10.3)
author Dominique Corbex <domcox@slitaz.org>
date Wed May 23 13:00:15 2012 +0200 (2012-05-23)
parents 0db5fd19d4c1
children eb8067417980
line diff
     1.1 --- a/dd_rescue/receipt	Sun Sep 12 12:22:37 2010 +0000
     1.2 +++ b/dd_rescue/receipt	Wed May 23 13:00:15 2012 +0200
     1.3 @@ -13,7 +13,6 @@
     1.4  # Rules to configure and make the package.
     1.5  compile_rules()
     1.6  {
     1.7 -	src=$PACKAGE
     1.8  	cd $src
     1.9  	make
    1.10  }
    1.11 @@ -21,13 +20,7 @@
    1.12  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.13  genpkg_rules()
    1.14  {
    1.15 -	src=$PACKAGE
    1.16  	mkdir -p $fs/usr/bin
    1.17  	cp -a $src/dd_rescue $fs/usr/bin
    1.18  }
    1.19  
    1.20 -clean_wok()
    1.21 -{
    1.22 -	rm -rf $WOK/$PACKAGE/$PACKAGE
    1.23 -}
    1.24 -