wok diff lxappearance/receipt @ rev 13501
zfs-fuse: remove man pages
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Oct 13 11:49:15 2012 +0200 (2012-10-13) |
parents | 40a7bb2d537a |
children | 5e52034511d0 |
line diff
1.1 --- a/lxappearance/receipt Thu Nov 10 03:10:17 2011 +0000 1.2 +++ b/lxappearance/receipt Sat Oct 13 11:49:15 2012 +0200 1.3 @@ -18,15 +18,14 @@ 1.4 ./configure \ 1.5 --prefix=/usr \ 1.6 $CONFIGURE_ARGS && 1.7 - make && 1.8 - make DESTDIR=$PWD/_pkg install 1.9 + make && make DESTDIR=$DESTDIR install 1.10 } 1.11 1.12 # Rules to gen a SliTaz package suitable for Tazpkg. 1.13 genpkg_rules() 1.14 { 1.15 mkdir -p $fs/usr/share 1.16 - cp -a $_pkg/usr/bin $fs/usr 1.17 - cp -a $_pkg/usr/share/lxappearance $fs/usr/share 1.18 - cp -a $_pkg/usr/share/applications $fs/usr/share 1.19 + cp -a $install/usr/bin $fs/usr 1.20 + cp -a $install/usr/share/lxappearance $fs/usr/share 1.21 + cp -a $install/usr/share/applications $fs/usr/share 1.22 }