office/multivalent-tool-pdf: Move completion file to system dir
This commit is contained in:
parent
d013e8e104
commit
de18b864ae
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue