summaryrefslogtreecommitdiff
path: root/libre/python2-django-countries
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2013-04-22 11:07:54 -0400
committerLuke Shumaker <LukeShu@sbcglobal.net>2013-04-22 11:07:54 -0400
commit4bc8508a70309eded4b8d7e6333699e94e4da867 (patch)
tree38f86dbf4d74b5a8e11392ce2dd0519042904c0b /libre/python2-django-countries
parent908d987dd1dcd4899f8f7f0878514c22ca8048b7 (diff)
add license file to libre/python2-django-countries
Diffstat (limited to 'libre/python2-django-countries')
-rw-r--r--libre/python2-django-countries/PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/libre/python2-django-countries/PKGBUILD b/libre/python2-django-countries/PKGBUILD
index a7bd85da1..36bc6a580 100644
--- a/libre/python2-django-countries/PKGBUILD
+++ b/libre/python2-django-countries/PKGBUILD
@@ -10,7 +10,7 @@ license=('custom:MIT')
replaces=($_pkgname)
conflicts=($_pkgname)
-pkgrel=2
+pkgrel=3
arch=(any)
depends=('python2-django')
makedepends=('python2-distribute')
@@ -28,4 +28,5 @@ build() {
package() {
cd "$srcdir/$_pkgname-$pkgver"
./setup.py install --root="$pkgdir/" --optimize=1
+ install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
}