diff options
author | Erich Eckner <git@eckner.net> | 2019-11-07 09:18:44 +0100 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2019-11-07 09:18:44 +0100 |
commit | e0f48dfa7ae8f75d55a6c66e1d3e4d3c80bd8c13 (patch) | |
tree | 039969b208e167ec8386a024dc367210ecae13df /python2-breathe | |
parent | 250321f1ef0a9289c1ced1381e5d5504d67a03b6 (diff) | |
download | archlinuxewe.git.save-e0f48dfa7ae8f75d55a6c66e1d3e4d3c80bd8c13.tar.xz |
python2-breathe: save executable under different name
Diffstat (limited to 'python2-breathe')
-rw-r--r-- | python2-breathe/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python2-breathe/PKGBUILD b/python2-breathe/PKGBUILD index 4c1ddfdd..a37a295d 100644 --- a/python2-breathe/PKGBUILD +++ b/python2-breathe/PKGBUILD @@ -43,7 +43,7 @@ build() { package_python2-breathe() { cd "breathe" python2 setup.py install --root="${pkgdir}" --skip-build --optimize=1 - mv "${pkgdir}/usr/bin/python2-breathe-apidoc"{,2} + mv "${pkgdir}/usr/bin/breathe-apidoc"{,2} install -D -m644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}" } |