wok-6.x diff ranger/receipt @ rev 13820
thunderbird: limit long (was create > 100G !)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sun Jan 06 21:18:32 2013 +0100 (2013-01-06) |
parents | af5c3f95656e |
children | 2b9f96603415 |
line diff
1.1 --- a/ranger/receipt Sun Dec 25 15:19:22 2011 +0100 1.2 +++ b/ranger/receipt Sun Jan 06 21:18:32 2013 +0100 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="ranger" 1.7 -VERSION="1.5.2" 1.8 +VERSION="1.5.5" 1.9 CATEGORY="utilities" 1.10 SHORT_DESC="File manager." 1.11 MAINTAINER="paul@slitaz.org" 1.12 @@ -16,14 +16,14 @@ 1.13 { 1.14 cd $src 1.15 python setup.py build 1.16 - python setup.py install --root=$PWD/_pkg 1.17 + python setup.py install --root=$DESTDIR 1.18 } 1.19 1.20 # Rules to gen a SliTaz package suitable for Tazpkg. 1.21 genpkg_rules() 1.22 { 1.23 - cp -a $_pkg/usr $fs 1.24 - # remove man stuff 1.25 + cp -a $install/usr $fs 1.26 + # remove share stuff 1.27 rm -rf $fs/usr/share 1.28 } 1.29