summaryrefslogtreecommitdiffstats
path: root/source/ap/zsh/zsh.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'source/ap/zsh/zsh.SlackBuild')
-rwxr-xr-xsource/ap/zsh/zsh.SlackBuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/ap/zsh/zsh.SlackBuild b/source/ap/zsh/zsh.SlackBuild
index 9af5d3904..516306d29 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