# HG changeset patch # User Eric Joseph-Alexandre # Date 1305609438 -7200 # Node ID f6da05ab6dbde740155161b61bcb48bb3726073f # Parent ccfafdfa698def3623e41df8451103bde4775e97 libxfce4ui; Clean receipt diff -r ccfafdfa698d -r f6da05ab6dbd libxfce4ui/receipt --- a/libxfce4ui/receipt Tue May 17 07:16:04 2011 +0200 +++ b/libxfce4ui/receipt Tue May 17 07:17:18 2011 +0200 @@ -23,24 +23,17 @@ --disable-debug \ --mandir=/usr/share/man $CONFIGURE_ARGS && make && - make DESTDIR=$PWD/_pkg install + make DESTDIR=$DESTDIR install } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { - mkdir -p $fs/usr/lib \ $fs/usr/share/locale - cp -a $_pkg/etc $fs/ cp -a $_pkg/usr/lib/*.so* $fs/usr/lib cp -a $_pkg/usr/share/locale/fr $fs/usr/share/locale -# cp -a $_pkg/usr/share/icons $fs/usr/share - - # Remove SVG icons -# rm -rf $fs/usr/share/icons/hicolor/scalable - }