wok diff gphoto2/receipt @ rev 9506

Fixed tazpkg. We use .tar.gz instead of .tar.bz2 for TARBALL.
author Christopher Rogers <slaxemulator@gmail.com>
date Wed Apr 06 07:33:24 2011 +0000 (2011-04-06)
parents 6ce3ad912709
children 0fc993bb788f
line diff
     1.1 --- a/gphoto2/receipt	Thu Mar 10 18:09:53 2011 +0100
     1.2 +++ b/gphoto2/receipt	Wed Apr 06 07:33:24 2011 +0000
     1.3 @@ -19,8 +19,7 @@
     1.4     	cd $src
     1.5  	./configure --prefix=/usr &&
     1.6  	make &&
     1.7 -	make prefix install
     1.8 -	
     1.9 +	make install
    1.10  }
    1.11  
    1.12  # Rules to gen a SliTaz package suitable for Tazpkg.