From 87f3155ddc03a9bd1a66f47c7bf83cb32faa5d53 Mon Sep 17 00:00:00 2001 From: Erwan Croze Date: Fri, 15 Sep 2017 09:18:57 +0200 Subject: [PATCH] Fix prepare.py --- prepare.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prepare.py b/prepare.py index 9d6292111..c37dc8e8a 100755 --- a/prepare.py +++ b/prepare.py @@ -79,7 +79,7 @@ class NoUITarget(prepare.Target): prepare.Target.__init__(self, 'no-ui') current_path = os.path.dirname(os.path.realpath(__file__)) self.config_file = 'configs/config-desktop.cmake' - self.output = 'OUTPUT/' + self.name + self.output = 'OUTPUT/' + self.name self.external_source_path = os.path.join(current_path, 'submodules') self.packaging_args = [ "-DCMAKE_INSTALL_RPATH=$ORIGIN/../lib",