This commit is contained in:
Rmys
2025-01-26 21:12:41 +03:00
parent d65d608932
commit 11b4fb905d
3 changed files with 50 additions and 72 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ from pisi.actionsapi import pisitools
def setup():
autotools.autoreconf("-vif")
autotools.configure()
autotools.configure("--prefix=/usr --with-xinitdir=/etc/X11/xinit")
def build():
autotools.make()