summaryrefslogtreecommitdiff
path: root/python2-breathe
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2019-11-07 09:18:44 +0100
committerErich Eckner <git@eckner.net>2019-11-07 09:18:44 +0100
commite0f48dfa7ae8f75d55a6c66e1d3e4d3c80bd8c13 (patch)
tree039969b208e167ec8386a024dc367210ecae13df /python2-breathe
parent250321f1ef0a9289c1ced1381e5d5504d67a03b6 (diff)
downloadarchlinuxewe.git.save-e0f48dfa7ae8f75d55a6c66e1d3e4d3c80bd8c13.tar.xz
python2-breathe: save executable under different name
Diffstat (limited to 'python2-breathe')
-rw-r--r--python2-breathe/PKGBUILD2
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}"
}