wok rev 9723
zsh: clean up
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Mon May 09 05:26:46 2011 +0000 (2011-05-09) |
parents | 1618f3944691 |
children | 221336519316 |
files | zsh/receipt |
line diff
1.1 --- a/zsh/receipt Mon May 09 10:38:58 2011 +0200 1.2 +++ b/zsh/receipt Mon May 09 05:26:46 2011 +0000 1.3 @@ -20,10 +20,9 @@ 1.4 --disable-dynamic --enable-multibyte \ 1.5 --infodir=/usr/share/info --mandir=/usr/share/man \ 1.6 --enable-fndir=/usr/share/zsh/functions \ 1.7 - --enable-scriptdir=/usr/share/zsh/scripts \ 1.8 - $CONFIGURE_ARGS && 1.9 + --enable-scriptdir=/usr/share/zsh/scripts && 1.10 make && 1.11 - make DESTDIR=$PWD/_pkg install 1.12 + make install 1.13 } 1.14 1.15 # Rules to gen a SliTaz package suitable for Tazpkg. 1.16 @@ -34,7 +33,7 @@ 1.17 # Config files. 1.18 # 1.19 mkdir $fs/etc 1.20 - cp stuff/example.zshrc $fs/etc/zshrc 1.21 + cp $stuff/example.zshrc $fs/etc/zshrc 1.22 1.23 #no way around this... gen_package will not automatically copy these 1.24 mkdir -p $fs/usr/share/zsh