wok diff webkit-web-inspector/receipt @ rev 12135

Fix busybox diff: don't output binary content
author Antoine Bodin <gokhlayeh@slitaz.org>
date Tue Mar 13 21:24:32 2012 +0100 (2012-03-13)
parents 53a227ffd1c4
children b242093530f9
line diff
     1.1 --- a/webkit-web-inspector/receipt	Mon Nov 07 09:49:21 2011 +0300
     1.2 +++ b/webkit-web-inspector/receipt	Tue Mar 13 21:24:32 2012 +0100
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="webkit-web-inspector"
     1.7 -VERSION="1.7.1"
     1.8 +VERSION="1.6.1"
     1.9  CATEGORY="network"
    1.10  SHORT_DESC="Webkit development tools"
    1.11  DEPENDS="libwebkit"
    1.12 @@ -15,5 +15,5 @@
    1.13  {
    1.14  	mkdir -p $fs/usr/share
    1.15  	cp -a $_pkg/usr/bin $fs/usr/
    1.16 -	cp -a $_pkg/usr/share/webkit-1.0 $fs/usr/share
    1.17 +	cp -a $_pkg/usr/share/webkitgtk-1.0 $fs/usr/share
    1.18  }