summaryrefslogtreecommitdiff
path: root/libre/python2-django-countries
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@lavabit.com>2013-04-24 11:18:18 -0300
committerAndré Fabian Silva Delgado <emulatorman@lavabit.com>2013-04-24 11:18:18 -0300
commita8d1ba7394cf8b282f48c16bb1b31e59c629e939 (patch)
tree64a4460dd46a6018cf5774ed7f619325827ff530 /libre/python2-django-countries
parent5b6bdad4558433a3aaa5885afabc9e15bb475e3e (diff)
parent5d4c4204913230bb4b26c3d1caa73acc7bbc2f7b (diff)
Merge branch 'master' of ssh://parabolagnulinux.org:1863/srv/git/abslibre
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
}