summaryrefslogtreecommitdiffstats
path: root/source/d
diff options
context:
space:
mode:
Diffstat (limited to 'source/d')
-rwxr-xr-xsource/d/git/git.SlackBuild6
-rwxr-xr-xsource/d/vala/vala.SlackBuild2
2 files changed, 6 insertions, 2 deletions
diff --git a/source/d/git/git.SlackBuild b/source/d/git/git.SlackBuild
index 945280e83..2bfa0d7b8 100755
--- a/source/d/git/git.SlackBuild
+++ b/source/d/git/git.SlackBuild
@@ -24,7 +24,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PKGNAM=git
VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z* | cut -d - -f 2 | rev | cut -f 3- -d . | rev)}
-BUILD=${BUILD:-2}
+BUILD=${BUILD:-3}
NUMJOBS=${NUMJOBS:-" -j$(expr $(nproc) + 1) "}
@@ -95,6 +95,10 @@ cp -a \
( cd $PKG/usr/doc/git-$VERSION/Documentation ; rm *.1 *.3 *.7 )
( cd $PKG/usr/doc/git-$VERSION && find . -name ".git*" -exec rm -r "{}" \+ )
+mkdir -p $PKG/usr/share/bash-completion/completions
+ln -s /usr/doc/git-$VERSION/contrib/completion/git-completion.bash \
+ $PKG/usr/share/bash-completion/completions/git
+
make $NUMJOBS \
prefix=/usr \
mandir=/usr/man \
diff --git a/source/d/vala/vala.SlackBuild b/source/d/vala/vala.SlackBuild
index e70d3851a..9d95a2155 100755
--- a/source/d/vala/vala.SlackBuild
+++ b/source/d/vala/vala.SlackBuild
@@ -24,7 +24,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PKGNAM=vala
VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d - | rev)}
-BUILD=${BUILD:-3}
+BUILD=${BUILD:-1}
# Automatically determine the architecture we're building on:
if [ -z "$ARCH" ]; then