From adc6d5a9b72eb46c414e8a2923b3bef24a113f37 Mon Sep 17 00:00:00 2001 From: Robby Workman Date: Sun, 1 Aug 2021 03:52:26 -0500 Subject: system/icingaweb2: Install bash-completion file to systemwide dir --- system/icingaweb2/icingaweb2.SlackBuild | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'system/icingaweb2') 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 -- cgit v1.2.3