wok rev 9204

gphoto2: fix install path
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Mar 10 18:09:53 2011 +0100 (2011-03-10)
parents aeaa98a3fab5
children f5809be05c82
files gphoto2/receipt
line diff
     1.1 --- a/gphoto2/receipt	Thu Mar 10 12:07:37 2011 +0000
     1.2 +++ b/gphoto2/receipt	Thu Mar 10 18:09:53 2011 +0100
     1.3 @@ -19,7 +19,7 @@
     1.4     	cd $src
     1.5  	./configure --prefix=/usr &&
     1.6  	make &&
     1.7 -	make prefix=$PWD/_pkg/usr install
     1.8 +	make prefix install
     1.9  	
    1.10  }
    1.11