wok-6.x rev 13432
Up ranger (1.5.5)
author | Paul Issott <paul@slitaz.org> |
---|---|
date | Sat Oct 06 20:22:18 2012 +0100 (2012-10-06) |
parents | 82bb00aaaec5 |
children | 32d25d2c11e2 |
files | ranger/receipt |
line diff
1.1 --- a/ranger/receipt Thu Oct 04 22:19:52 2012 +0000 1.2 +++ b/ranger/receipt Sat Oct 06 20:22:18 2012 +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