[gobject-introspection] scanner: Make sure .libs directory exists
- From: Colin Walters <walters src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gobject-introspection] scanner: Make sure .libs directory exists
- Date: Thu, 27 Feb 2014 13:47:18 +0000 (UTC)
commit 938fa8f273e2e7ac6557d7f9e0daee545b8c18b7
Author: Руслан Ижбулатов <lrn1986 gmail com>
Date: Fri Feb 21 11:17:58 2014 +0000
scanner: Make sure .libs directory exists
https://bugzilla.gnome.org/show_bug.cgi?id=724882
giscanner/dumper.py | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/giscanner/dumper.py b/giscanner/dumper.py
index 85e8a2a..ce11961 100644
--- a/giscanner/dumper.py
+++ b/giscanner/dumper.py
@@ -103,6 +103,7 @@ class DumpCompiler(object):
# We have to use the current directory to work around Unix
# sysadmins who mount /tmp noexec
tmpdir = tempfile.mkdtemp('', 'tmp-introspect', dir=os.getcwd())
+ os.mkdir(os.path.join(tmpdir, '.libs'))
tpl_args = {}
if self._uninst_srcdir is not None:
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]