papis: fix bash completions' location

This commit is contained in:
Đoàn Trần Công Danh 2022-09-06 00:01:37 +07:00
parent 10265398ed
commit f8e77843b2
2 changed files with 12 additions and 1 deletions

View file

@ -0,0 +1,11 @@
--- a/setup.py
+++ b/setup.py
@@ -25,7 +25,7 @@ else:
"LICENSE.txt",
]),
- ("etc/bash_completion.d/", [
+ ("share/bash-completion/completions/", [
"scripts/shell_completion/click/papis.sh",
]),

View file

@ -1,7 +1,7 @@
# Template file for 'papis'
pkgname=papis
version=0.12
revision=1
revision=2
build_style=python3-module
make_check_args="--deselect=tests/downloaders/test_project_euclid.py::test_1"
make_check_target="papis tests"