wok rev 8904

Fix an error which prevented libwebkit to be signaled as broken
author Antoine Bodin <gokhlayeh@slitaz.org>
date Mon Feb 28 00:19:13 2011 +0100 (2011-02-28)
parents 911be1281672
children 2aeb09941094
files libwebkit/receipt
line diff
     1.1 --- a/libwebkit/receipt	Mon Feb 28 00:16:22 2011 +0100
     1.2 +++ b/libwebkit/receipt	Mon Feb 28 00:19:13 2011 +0100
     1.3 @@ -25,7 +25,7 @@
     1.4  compile_rules()
     1.5  {
     1.6  	cd $src
     1.7 -	patch -Np0 -i ../stuff/introspection.patch
     1.8 +	patch -Np0 -i ../stuff/introspection.patch &&
     1.9  	./configure \
    1.10  		--prefix=/usr \
    1.11  		--infodir=/usr/share/info \
    1.12 @@ -34,7 +34,7 @@
    1.13  		--enable-video=no \
    1.14  		--enable-jit=yes \
    1.15  		--with-unicode-backend=glib &&
    1.16 -	make -j1 && make -j1 DESTDIR=$DESTDIR install
    1.17 +	make -j1 && make -j1 DESTDIR=$DESTDIR install &&
    1.18  	cp -a $src/Programs/GtkLauncher $DESTDIR/usr/bin
    1.19  }
    1.20