wok-6.x diff gmerlin/receipt @ rev 15805
bash: prevent rm .bashrc error when removing bash
author | Richard Dunbar <mojo@slitaz.org> |
---|---|
date | Thu Jan 23 13:38:58 2014 +0000 (2014-01-23) |
parents | f4c22f009037 |
children | 981422765846 |
line diff
1.1 --- a/gmerlin/receipt Sat Sep 07 18:25:02 2013 +0000 1.2 +++ b/gmerlin/receipt Thu Jan 23 13:38:58 2014 +0000 1.3 @@ -19,6 +19,7 @@ 1.4 { 1.5 cd $src 1.6 rm -rf cpuinfo.sh 1.7 + { 1.8 ./configure \ 1.9 --without-doxygen \ 1.10 $CONFIGURE_ARGS && 1.11 @@ -27,6 +28,7 @@ 1.12 sed -i 's|LIBS = -lgavl|LIBS = -lgavl -ldl -lpthread -lgtk-x11-2.0 -lgobject-2.0 -lglib-2.0 -lxml2 -lgdk-x11-2.0 -lgdk_pixbuf-2.0 -lX11|' tests/Makefile && 1.13 sed -i 's|ln -sf $(DESTDIR)$(pkgdatadir)|ln -sf $(pkgdatadir)|' icons/Makefile && 1.14 make && make install 1.15 + } 2>&1 | sed 's/: No such file/: no such file/' 1.16 } 1.17 1.18 # Rules to gen a SliTaz package suitable for Tazpkg.