diff options
Diffstat (limited to 'system/nut')
-rw-r--r-- | system/nut/nut.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/system/nut/nut.SlackBuild b/system/nut/nut.SlackBuild index 5479837561507..5fcf4359ab5d7 100644 --- a/system/nut/nut.SlackBuild +++ b/system/nut/nut.SlackBuild @@ -130,8 +130,8 @@ find $PKG/usr/man -type f -exec gzip -9 {} \; for i in $( find $PKG/usr/man -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done # Install the bash_completion script -install -d $PKG/etc/bash_completion.d -install -m 755 scripts/misc/nut.bash_completion $PKG/etc/bash_completion.d/nut +install -d $PKG/usr/share/bash-completion/completions +install -m 755 scripts/misc/nut.bash_completion $PKG/usr/share/bash-completion/completions/nut # Install the startup script install -d $PKG/etc/rc.d |