summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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}"
}