Merge pull request #3026 from groni/master

tidy recode upower change and rebuild
This commit is contained in:
groni
2017-03-02 00:14:19 +01:00
committed by GitHub
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -90,7 +90,7 @@
<History>
<Update release="3">
<Date>2017-03-01</Date>
<Date>2017-03-02</Date>
<Version>0.99.4</Version>
<Comment>Rebuild for new toolchain.</Comment>
<Name>Pisi Linux Community</Name>
+1 -1
View File
@@ -61,7 +61,7 @@
<History>
<Update release="3">
<Date>2017-03-01</Date>
<Date>2017-03-02</Date>
<Version>3.6</Version>
<Comment>Rebuild for new toolchain.</Comment>
<Name>Pisi Linux Community</Name>
+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()