summaryrefslogtreecommitdiffstats
path: root/system/icingaweb2
diff options
context:
space:
mode:
Diffstat (limited to 'system/icingaweb2')
-rw-r--r--system/icingaweb2/icingaweb2.SlackBuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/system/icingaweb2/icingaweb2.SlackBuild b/system/icingaweb2/icingaweb2.SlackBuild
index 88b69c894b..3b5ceb0afd 100644
--- a/system/icingaweb2/icingaweb2.SlackBuild
+++ b/system/icingaweb2/icingaweb2.SlackBuild
@@ -66,11 +66,12 @@ find -L . \
# Manual install
mkdir -p $PKG/usr/{bin,lib${LIBDIRSUFFIX}/php,share/$PRGNAM/library} \
- $PKG/etc/{$PRGNAM/modules,httpd/extra} $PKG/var/log/$PRGNAM
+ $PKG/etc/{$PRGNAM/modules,httpd/extra} $PKG/var/log/$PRGNAM \
+ $PKG/usr/share/bash-completion/completions
cp -a application modules public $PKG/usr/share/$PRGNAM
cp -a library/Icinga $PKG/usr/lib${LIBDIRSUFFIX}/php
cp -a library/vendor $PKG/usr/share/$PRGNAM/library
-cp -a etc/bash_completion.d $PKG/etc
+cp -a etc/bash_completion.d/* $PKG/usr/share/bash-completion/completions/
cp -a packages/files/apache/$PRGNAM.conf $PKG/etc/httpd/extra/$PRGNAM.conf
cp -a packages/files/config/modules/setup $PKG/etc/$PRGNAM/modules
cp -a packages/files/public/index.php $PKG/usr/share/$PRGNAM/public