Skip to content
Snippets Groups Projects
Commit 69e6f31b authored by Thore Bödecker's avatar Thore Bödecker
Browse files

fix conflicting files (FS#58653)

parent 128b08aa
No related branches found
Tags 6.3.0-2
No related merge requests found
......@@ -6,7 +6,7 @@ _pkgbase="${pkgbase//python-/}"
pkgname=('python-cheroot' 'python2-cheroot')
pkgdesc="Highly-optimized, pure-python HTTP server"
pkgver=6.3.0
pkgrel=1
pkgrel=2
arch=('any')
url="https://github.com/cherrypy/cheroot"
license=('MIT')
......@@ -50,6 +50,8 @@ package_python2-cheroot() {
# for now the LICENSE file has been taken from:
# https://github.com/jaraco/skeleton/blob/skeleton/LICENSE
install -D -m644 "${srcdir}/LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
mv "${pkgdir}/usr/bin/cheroot" "${pkgdir}/usr/bin/cheroot2"
}
# vim:set ts=2 sw=2 et:
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment