diff options
Diffstat (limited to 'slackpkg.SlackBuild')
-rwxr-xr-x | slackpkg.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
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 |