Browse Source

Update 'PKGBUILD'

Nathaniel van Diepen 4 years ago
parent
commit
d31e968cbe
1 changed files with 2 additions and 1 deletions
  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')