diff options
-rw-r--r-- | libre/python2-django-countries/PKGBUILD | 3 |
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 } |