wok-current diff thunar/receipt @ rev 17423
linux-uml: hardlink on fifos, sockets, char & block devices and symlinks in initramfs
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Dec 04 16:09:50 2014 +0100 (2014-12-04) |
parents | 380ffe05937a |
children | 5d53e8ccbc8d |
line diff
1.1 --- a/thunar/receipt Sat Aug 10 17:00:38 2013 +0000 1.2 +++ b/thunar/receipt Thu Dec 04 16:09:50 2014 +0100 1.3 @@ -21,7 +21,6 @@ 1.4 # Rules to configure and make the package. 1.5 compile_rules() 1.6 { 1.7 - cd $src 1.8 ./configure \ 1.9 --prefix=/usr \ 1.10 --sysconfdir=/etc \ 1.11 @@ -39,15 +38,17 @@ 1.12 # Rules to gen a SliTaz package suitable for Tazpkg. 1.13 genpkg_rules() 1.14 { 1.15 - mkdir -p $fs/usr \ 1.16 + mkdir -p \ 1.17 + $fs/usr/share \ 1.18 $fs/usr/lib/thunarx-2 1.19 1.20 - cp -a $install/etc $fs/ 1.21 + cp -a $install/etc $fs 1.22 cp -a $install/usr/bin $fs/usr 1.23 1.24 cp -a $install/usr/lib/Thunar $fs/usr/lib 1.25 cp -a $install/usr/lib/*.so* $fs/usr/lib 1.26 cp -a $install/usr/lib/thunarx-2/*.so* $fs/usr/lib/thunarx-2 1.27 + cp -a $install/usr/share/dbus-1 $fs/usr/share 1.28 1.29 cp -a $install/usr/share/applications $fs/usr/share 1.30 cp -a $install/usr/share/icons $fs/usr/share