office/multivalent-tool-pdf: Move completion file to system dir

This commit is contained in:
Robby Workman 2021-08-01 03:56:57 -05:00
parent d013e8e104
commit de18b864ae
2 changed files with 2 additions and 3 deletions

View File

@ -11,4 +11,3 @@ config() {
# Otherwise, we leave the .new copy for the admin to consider...
}
config etc/bash_completion.d/multivalent-tool-pdf.new

View File

@ -66,9 +66,9 @@ install -m 0755 -o root -g root $CWD/wrapper.multivalent-tool-pdf \
$PKG/usr/bin/multivalent-tool-pdf
sed --in-place "s/@VERSION@/$VERSION/g" $PKG/usr/bin/multivalent-tool-pdf
mkdir -p $PKG/etc/bash_completion.d/
mkdir -p $PKG/usr/share/bash-completion/completions
install -m 0644 -o root -g root $CWD/multivalent-tool-pdf.bash_completion \
$PKG/etc/bash_completion.d/multivalent-tool-pdf.new
$PKG/usr/share/bash-completion/completions/multivalent-tool-pdf
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a research tool-pdf-doc HowToRun.html $PKG/usr/doc/$PRGNAM-$VERSION