diff options
author | Robby Workman <rworkman@slackbuilds.org> | 2021-08-01 03:52:26 -0500 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2021-08-01 04:20:55 -0500 |
commit | adc6d5a9b72eb46c414e8a2923b3bef24a113f37 (patch) | |
tree | 4fd6d6cceb1ad4251c58be3f75099e40564110ba /system/icingaweb2 | |
parent | 170309e641230d2b051037fd602ce31153755bd3 (diff) | |
download | slackbuilds-adc6d5a9b72eb46c414e8a2923b3bef24a113f37.tar.gz |
system/icingaweb2: Install bash-completion file to systemwide dir
Diffstat (limited to 'system/icingaweb2')
-rw-r--r-- | system/icingaweb2/icingaweb2.SlackBuild | 5 |
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 |