summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTed Alff2019-05-19 11:06:22 -0400
committerTed Alff2019-05-19 11:06:22 -0400
commita7682cf9baa9f1f72c051bd914d38f28705c5c01 (patch)
tree0470050561e31b497945ecb8db805981fbd19879
parentf4f7672ea0cacf11d5d546f99b7215b936fec93b (diff)
downloadaur-a7682cf9baa9f1f72c051bd914d38f28705c5c01.tar.gz
Don't need to install BSD license file
-rw-r--r--PKGBUILD2
1 files changed, 0 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a302c9f6ef8d..ab8589c41f18 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -15,6 +15,4 @@ sha256sums=('4d6e06bf359efecf4bea251e330c852f83b9150f503df28fd94239499f4ff606')
package() {
cd "${srcdir}/${pkgname/python-/}-${pkgver}"
python setup.py install --root="${pkgdir}"
-
- install -Dt "${pkgdir}/usr/share/licenses/${pkgname}" -m644 "${srcdir}/${pkgname/python-/}-${pkgver}/LICENSE"
}