wok diff libwebkit/receipt @ rev 9480

Up: lirc to 0.9.0.
author Christopher Rogers <slaxemulator@gmail.com>
date Mon Apr 04 13:32:25 2011 +0000 (2011-04-04)
parents 911be1281672
children 84d1275ba7fe
line diff
     1.1 --- a/libwebkit/receipt	Mon Feb 28 00:16:22 2011 +0100
     1.2 +++ b/libwebkit/receipt	Mon Apr 04 13:32:25 2011 +0000
     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