wok-current diff unrar/receipt @ rev 18475
Up tazpkg-test(845): fix installing to "non directory"
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Tue Oct 06 15:50:16 2015 +0300 (2015-10-06) |
parents | af022550edde |
children | 83e42616e3dc |
line diff
1.1 --- a/unrar/receipt Sun Oct 31 23:30:12 2010 +0100 1.2 +++ b/unrar/receipt Tue Oct 06 15:50:16 2015 +0300 1.3 @@ -5,6 +5,7 @@ 1.4 CATEGORY="utilities" 1.5 SHORT_DESC="The free unrar" 1.6 MAINTAINER="gokhlayeh@slitaz.org" 1.7 +LICENSE="GPL2" 1.8 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.9 WEB_SITE="https://gna.org/projects/unrar/" 1.10 WGET_URL="http://download.gna.org/unrar/$TARBALL" 1.11 @@ -18,13 +19,13 @@ 1.12 --infodir=/usr/share/info \ 1.13 --mandir=/usr/share/man \ 1.14 $CONFIGURE_ARGS && 1.15 - make && make DESTDIR=$PWD/_pkg install 1.16 + make && make DESTDIR=$DESTDIR install 1.17 } 1.18 1.19 # Rules to gen a SliTaz package suitable for Tazpkg. 1.20 genpkg_rules() 1.21 { 1.22 mkdir -p $fs/usr 1.23 - cp -a $_pkg/usr/bin $fs/usr 1.24 + cp -a $install/usr/bin $fs/usr 1.25 } 1.26