summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--files/shell-completion/slackpkg.bash3
-rwxr-xr-xslackpkg.SlackBuild2
2 files changed, 3 insertions, 2 deletions
diff --git a/files/shell-completion/slackpkg.bash b/files/shell-completion/slackpkg.bash
index 90abc8e..f1b5ca6 100644
--- a/files/shell-completion/slackpkg.bash
+++ b/files/shell-completion/slackpkg.bash
@@ -101,7 +101,8 @@ _slackpkg()
COMPREPLY+=($(compgen -W 'install reinstall upgrade remove
blacklist download update install-new upgrade-all
clean-system new-config check-updates help generate-template
- install-template remove-template search file-search info' -- \
+ install-template remove-template search file-search info
+ show-changelog' -- \
"$cur"))
return
;;
diff --git a/slackpkg.SlackBuild b/slackpkg.SlackBuild
index 443e96b..4b70008 100755
--- a/slackpkg.SlackBuild
+++ b/slackpkg.SlackBuild
@@ -102,7 +102,7 @@ find $PKG/usr/man -type f -exec gzip -9 {} \;
# Install bash-completion file
mkdir -p $PKG/usr/share/bash-completion/completions
-cat $CWD/shell-completion/slackpkg.bash > $PKG/usr/share/bash-completion/completions/slackpkg
+cat $CWD/files/shell-completion/slackpkg.bash > $PKG/usr/share/bash-completion/completions/slackpkg
# Update version number:
sed -i "s/@VERSION@/$VERSION/g" $PKG/usr/sbin/slackpkg