wok diff libbonobo/receipt @ rev 12476
usbids: up and fix path (also can be compressed)
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Mon Apr 23 15:41:40 2012 +0200 (2012-04-23) |
parents | 02bbaa9d12ba |
children | 5b67942406c8 |
line diff
1.1 --- a/libbonobo/receipt Mon Apr 04 01:29:52 2011 +0200 1.2 +++ b/libbonobo/receipt Mon Apr 23 15:41:40 2012 +0200 1.3 @@ -20,19 +20,19 @@ 1.4 --sysconfdir=/etc/gnome \ 1.5 --libexecdir=/usr/lib/bonobo \ 1.6 $CONFIGURE_ARGS && 1.7 - make && make DESTDIR=$PWD/_pkg install 1.8 + make && make install 1.9 } 1.10 1.11 # Rules to gen a SliTaz package suitable for Tazpkg. 1.12 genpkg_rules() 1.13 { 1.14 - mkdir -p $fs/usr/lib $fs/usr/share 1.15 + mkdir -p $fs/usr/lib 1.16 cp -a $_pkg/etc $fs/ 1.17 cp -a $_pkg/usr/bin $fs/usr 1.18 cp -a $_pkg/usr/sbin $fs/usr 1.19 cp -a $_pkg/usr/lib/*.so* $fs/usr/lib 1.20 cp -a $_pkg/usr/lib/orbit-2.0 $fs/usr/lib 1.21 - cp -a $_pkg/usr/lib/bonobo $fs/usr/lib/bonobo 1.22 + cp -a $_pkg/usr/lib/bonobo $fs/usr/lib 1.23 1.24 # Clean unwated files 1.25 cd $fs/usr/lib ; find . -name "*.*a" -exec rm -f {} \;