mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-16 14:17:02 +02:00
papis: fix bash completions' location
This commit is contained in:
parent
10265398ed
commit
f8e77843b2
2 changed files with 12 additions and 1 deletions
11
srcpkgs/papis/patches/bash-completion.patch
Normal file
11
srcpkgs/papis/patches/bash-completion.patch
Normal 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",
|
||||
]),
|
||||
|
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue