wok diff libwebkit/receipt @ rev 9069
squirrelmail-smallcal: fix genpkg_rules
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri Mar 04 14:43:55 2011 +0100 (2011-03-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 Fri Mar 04 14:43:55 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