Parcourir la source

Update 'PKGBUILD'

Nathaniel van Diepen il y a 4 ans
Parent
commit
5c70f68d0e
1 fichiers modifiés avec 2 ajouts et 1 suppressions
  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;
 }