summaryrefslogtreecommitdiffstats
path: root/system/icingaweb2
diff options
context:
space:
mode:
author Robby Workman2021-08-01 10:52:26 +0200
committer Robby Workman2021-08-01 11:20:55 +0200
commitadc6d5a9b72eb46c414e8a2923b3bef24a113f37 (patch)
tree4fd6d6cceb1ad4251c58be3f75099e40564110ba /system/icingaweb2
parent170309e641230d2b051037fd602ce31153755bd3 (diff)
downloadslackbuilds-adc6d5a9b72eb46c414e8a2923b3bef24a113f37.tar.gz
system/icingaweb2: Install bash-completion file to systemwide dir
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