From 7b6863085d7cbcb208af242d99f9dc4dfb30c5a2 Mon Sep 17 00:00:00 2001 From: Robby Workman Date: Sun, 1 Aug 2021 03:47:26 -0500 Subject: system/monit: Install bash-completion file to systemwide dir --- system/monit/monit.SlackBuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/system/monit/monit.SlackBuild b/system/monit/monit.SlackBuild index d616f063f1db..e6eaf5bcf739 100644 --- a/system/monit/monit.SlackBuild +++ b/system/monit/monit.SlackBuild @@ -104,8 +104,8 @@ for i in $( find $PKG/usr/man -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; r cp monitrc $PKG/etc/monitrc.new -mkdir -p $PKG/etc/bash_completion.d -cp system/bash/monit $PKG/etc/bash_completion.d +mkdir -p $PKG/usr/share/bash-completion/completions +cp system/bash/monit $PKG/usr/share/bash-completion/completions/monit mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION cp -a COPYING CONTRIBUTORS README $PKG/usr/doc/$PRGNAM-$VERSION -- cgit v1.2.3