From 52f3a6e1acb9b0726f9745ee7493d9f736179f8c Mon Sep 17 00:00:00 2001 From: groni Date: Thu, 2 Mar 2017 00:13:25 +0100 Subject: [PATCH] tidy recode upower change and rebuild --- hardware/powermanagement/upower/pspec.xml | 2 +- office/misc/recode/pspec.xml | 2 +- util/misc/tidy/actions.py | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/hardware/powermanagement/upower/pspec.xml b/hardware/powermanagement/upower/pspec.xml index 9ac3071843..d0cb11956a 100644 --- a/hardware/powermanagement/upower/pspec.xml +++ b/hardware/powermanagement/upower/pspec.xml @@ -90,7 +90,7 @@ - 2017-03-01 + 2017-03-02 0.99.4 Rebuild for new toolchain. Pisi Linux Community diff --git a/office/misc/recode/pspec.xml b/office/misc/recode/pspec.xml index d44ce3823c..03d50e7968 100644 --- a/office/misc/recode/pspec.xml +++ b/office/misc/recode/pspec.xml @@ -61,7 +61,7 @@ - 2017-03-01 + 2017-03-02 3.6 Rebuild for new toolchain. Pisi Linux Community diff --git a/util/misc/tidy/actions.py b/util/misc/tidy/actions.py index da3dcf7c6a..2ed82d1155 100644 --- a/util/misc/tidy/actions.py +++ b/util/misc/tidy/actions.py @@ -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()