Browse Source

Update 'PKGBUILD'

Nathaniel van Diepen 4 years ago
parent
commit
5c70f68d0e
1 changed files with 2 additions and 1 deletions
  1. 2 1
      PKGBUILD

+ 2 - 1
PKGBUILD

@@ -21,8 +21,9 @@ build() {
 	python2 setup.py build;
 }
 package() {
+	install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
 	cd "$srcdir/$pkgname"
-    mkdir usr;
+	mkdir usr;
 	export PYTHONUSERBASE=$pkgdir/usr;
 	python2 setup.py install --user;
 }