wok-current rev 9888
libxfce4ui; Clean receipt
author | Eric Joseph-Alexandre <erjo@slitaz.org> |
---|---|
date | Tue May 17 07:17:18 2011 +0200 (2011-05-17) |
parents | ccfafdfa698d |
children | 8cfefe3f7f3b |
files | libxfce4ui/receipt |
line diff
1.1 --- a/libxfce4ui/receipt Tue May 17 07:16:04 2011 +0200 1.2 +++ b/libxfce4ui/receipt Tue May 17 07:17:18 2011 +0200 1.3 @@ -23,24 +23,17 @@ 1.4 --disable-debug \ 1.5 --mandir=/usr/share/man $CONFIGURE_ARGS && 1.6 make && 1.7 - make DESTDIR=$PWD/_pkg install 1.8 + make DESTDIR=$DESTDIR install 1.9 } 1.10 1.11 # Rules to gen a SliTaz package suitable for Tazpkg. 1.12 genpkg_rules() 1.13 { 1.14 - 1.15 mkdir -p $fs/usr/lib \ 1.16 $fs/usr/share/locale 1.17 1.18 - 1.19 cp -a $_pkg/etc $fs/ 1.20 cp -a $_pkg/usr/lib/*.so* $fs/usr/lib 1.21 cp -a $_pkg/usr/share/locale/fr $fs/usr/share/locale 1.22 -# cp -a $_pkg/usr/share/icons $fs/usr/share 1.23 - 1.24 - # Remove SVG icons 1.25 -# rm -rf $fs/usr/share/icons/hicolor/scalable 1.26 - 1.27 } 1.28