From 4bc8508a70309eded4b8d7e6333699e94e4da867 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Mon, 22 Apr 2013 11:07:54 -0400 Subject: add license file to libre/python2-django-countries --- libre/python2-django-countries/PKGBUILD | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'libre/python2-django-countries') 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 } -- cgit v1.2.3-2-g168b