summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoffrey2018-06-15 20:34:05 +0000
committerJoffrey2018-06-15 20:34:05 +0000
commit9991cc3838a79100c328fa8abda6350bfed188e4 (patch)
tree3fd28142fa020ea97fc3c363437fc286286ef952
parent378ae713cc175aee2f85ec9cbb075a63b151568c (diff)
downloadaur-9991cc3838a79100c328fa8abda6350bfed188e4.tar.gz
visual
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5e567283893b..bd6489f15ded 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -18,7 +18,7 @@ package_python-django-statici18n() {
'python-django-appconf'
)
cd "$srcdir/django-statici18n-$pkgver"
- install -Dm644 './LICENSE' "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+ install -Dm644 './LICENSE' "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
python './setup.py' install --root="$pkgdir" --optimize=1
}
@@ -28,6 +28,6 @@ package_python2-django-statici18n() {
'python2-django-appconf'
)
cd "$srcdir/django-statici18n-$pkgver"
- install -Dm644 './LICENSE' "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+ install -Dm644 './LICENSE' "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
python2 './setup.py' install --root="$pkgdir" --optimize=1
}