Parcourir la source

Update 'PKGBUILD'

Nathaniel van Diepen il y a 4 ans
Parent
commit
d31e968cbe
1 fichiers modifiés avec 2 ajouts et 1 suppressions
  1. 2 1
      PKGBUILD

+ 2 - 1
PKGBUILD

@@ -19,6 +19,7 @@ build() {
 }
 package() {
 	cd "$srcdir/$pkgname"
-	python2 setup.py install --prefix=$pkgdir;
+	export PYTHONUSERBASE=$pkgdir;
+	python2 setup.py install --user;
 }
 md5sums=('SKIP')