diff options
author | Luke Shumaker <LukeShu@sbcglobal.net> | 2013-04-22 11:07:54 -0400 |
---|---|---|
committer | Luke Shumaker <LukeShu@sbcglobal.net> | 2013-04-22 11:07:54 -0400 |
commit | 4bc8508a70309eded4b8d7e6333699e94e4da867 (patch) | |
tree | 38f86dbf4d74b5a8e11392ce2dd0519042904c0b | |
parent | 908d987dd1dcd4899f8f7f0878514c22ca8048b7 (diff) | |
download | abslibre-4bc8508a70309eded4b8d7e6333699e94e4da867.tar.gz abslibre-4bc8508a70309eded4b8d7e6333699e94e4da867.tar.bz2 abslibre-4bc8508a70309eded4b8d7e6333699e94e4da867.zip |
add license file to libre/python2-django-countries
-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 } |