wok-next diff zsh/receipt @ rev 16858
xorg-base-fonts: temporary fix libxaw-apps crash.(Xterm ctrl click menu)
author | Xander Ziiryanoff <psychomaniak@xakep.ru> |
---|---|
date | Sun Jul 13 08:59:11 2014 +0300 (2014-07-13) |
parents | a6bab8cd726e |
children | fcb16f737698 |
line diff
1.1 --- a/zsh/receipt Thu Feb 23 14:41:48 2012 +0100 1.2 +++ b/zsh/receipt Sun Jul 13 08:59:11 2014 +0300 1.3 @@ -5,6 +5,7 @@ 1.4 CATEGORY="system-tools" 1.5 SHORT_DESC="Zsh shell incorporates many features of bash, ksh, and tcsh" 1.6 MAINTAINER="sandys@gmail.com" 1.7 +LICENSE="other" 1.8 TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.9 WEB_SITE="http://zsh.sourceforge.net/" 1.10 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 1.11 @@ -30,7 +31,7 @@ 1.12 # Rules to gen a SliTaz package suitable for Tazpkg. 1.13 genpkg_rules() 1.14 { 1.15 - cp -a $_pkg/bin $fs 1.16 + cp -a $install/bin $fs 1.17 1.18 # Config files. 1.19 # 1.20 @@ -39,7 +40,7 @@ 1.21 1.22 #no way around this... gen_package will not automatically copy these 1.23 mkdir -p $fs/usr/share/zsh 1.24 - cp -r $_pkg/usr/share/zsh/functions $fs/usr/share/zsh 1.25 + cp -r $install/usr/share/zsh/functions $fs/usr/share/zsh 1.26 1.27 mkdir -p $fs/usr/share/zsh/scripts 1.28