diff options
Diffstat (limited to 'source/ap')
-rwxr-xr-x | source/ap/zsh/zsh.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source/ap/zsh/zsh.SlackBuild b/source/ap/zsh/zsh.SlackBuild index 9af5d390..516306d2 100755 --- a/source/ap/zsh/zsh.SlackBuild +++ b/source/ap/zsh/zsh.SlackBuild @@ -24,7 +24,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=zsh VERSION=${VERSION:-$(echo ${PKGNAM}-5.*.tar.xz | rev | cut -f 3- -d . | cut -f 1 -d - | rev)} -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} # Automatically determine the architecture we're building on: if [ -z "$ARCH" ]; then @@ -110,7 +110,7 @@ if [ -r ChangeLog ]; then fi mkdir -p $PKG/usr/info -cp -a Doc/*info* $PKG/usr/info +cp -a Doc/*.info* $PKG/usr/info # Compress and link manpages, if any: if [ -d $PKG/usr/man ]; then |