From d6e50985f834b63edb5314beb3e34a7ba2c226d4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ertu=C4=9Frul=20Erata?= Date: Sat, 29 Aug 2015 12:15:52 +0300 Subject: [PATCH] wxGTK fix install --- desktop/toolkit/wxGTK/actions.py | 3 ++- desktop/toolkit/wxGTK/pspec.xml | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/desktop/toolkit/wxGTK/actions.py b/desktop/toolkit/wxGTK/actions.py index 66ee81b391..2c3235d678 100644 --- a/desktop/toolkit/wxGTK/actions.py +++ b/desktop/toolkit/wxGTK/actions.py @@ -49,6 +49,7 @@ def build(): autotools.make("-C locale allmo") def install(): - autotools.install() + autotools.rawInstall("DESTDIR=%s" % get.installDIR()) + #autotools.install() pisitools.dodoc("docs/*.txt", "docs/*.htm") \ No newline at end of file diff --git a/desktop/toolkit/wxGTK/pspec.xml b/desktop/toolkit/wxGTK/pspec.xml index fb1a95c95a..3d3ed040d0 100644 --- a/desktop/toolkit/wxGTK/pspec.xml +++ b/desktop/toolkit/wxGTK/pspec.xml @@ -79,9 +79,9 @@ - 2015-08-25 + 2015-08-29 3.0.2 - Version bump. + Version bump, fix install. Osman Erkan osman.erkan@pisilinux.org