wok diff coreutils-print/receipt @ rev 18481
bash: post_install() not [ fails ] when you refuse to make bash default
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Thu Oct 08 04:06:36 2015 +0300 (2015-10-08) |
parents | bf9d643b2c59 |
children | 9e01bc6321ea |
line diff
1.1 --- a/coreutils-print/receipt Fri May 20 19:22:27 2011 +0000 1.2 +++ b/coreutils-print/receipt Thu Oct 08 04:06:36 2015 +0300 1.3 @@ -5,9 +5,11 @@ 1.4 CATEGORY="system-tools" 1.5 SHORT_DESC="GNU utilities that print text." 1.6 MAINTAINER="rcx@zoominternet.net" 1.7 +LICENSE="GPL3" 1.8 WEB_SITE="http://www.gnu.org/software/coreutils/" 1.9 +WANTED="coreutils" 1.10 + 1.11 DEPENDS="glibc-base" 1.12 -WANTED="coreutils" 1.13 1.14 # Rules to gen a SliTaz package suitable for Tazpkg. 1.15 # 1.16 @@ -18,11 +20,11 @@ 1.17 genpkg_rules() 1.18 { 1.19 mkdir -p $fs/bin 1.20 - cp -a $_pkg/usr/bin/echo $fs/bin 1.21 + cp -a $install/usr/bin/echo $fs/bin 1.22 1.23 mkdir -p $fs/usr/bin 1.24 - cp -a $_pkg/usr/bin/printf $fs/usr/bin 1.25 - cp -a $_pkg/usr/bin/yes $fs/usr/bin 1.26 + cp -a $install/usr/bin/printf $fs/usr/bin 1.27 + cp -a $install/usr/bin/yes $fs/usr/bin 1.28 } 1.29 1.30 # Pre and post install commands for Tazpkg.