tidy recode upower change and rebuild

This commit is contained in:
groni
2017-03-02 00:13:25 +01:00
parent e85b51e223
commit 52f3a6e1ac
3 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -13,8 +13,8 @@ from pisi.actionsapi import get
def setup():
#shelltools.system("sh build/gnuauto/setup.sh")
autotools.configure("--disable-static \
--includedir=%s/usr/include/tidy " % get.installDIR())
autotools.configure("--disable-static")
#--includedir=%s/usr/include/" % get.installDIR())
def build():
autotools.make()