Explorar el Código

Update 'PKGBUILD'

Nathaniel van Diepen hace 4 años
padre
commit
d60c72bf1e
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      PKGBUILD

+ 1 - 1
PKGBUILD

@@ -23,7 +23,7 @@ build() {
 package() {
 	install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
 	cd "$srcdir/$pkgname"
-	mkdir -p usr;
+	mkdir -p usr/lib/python2.7/site-packages;
 	export PYTHONUSERBASE=$pkgdir/usr;
 	python2 setup.py install --user;
 }