summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian@centricular.com>2016-01-18 11:19:37 +0200
committerSebastian Dröge <sebastian@centricular.com>2016-01-18 11:22:34 +0200
commit8c0e583f947c393ccbf083975763f4a8346067f7 (patch)
treebef20b090519ccdd7b25b1dcd85bcfeb7a882a35
parent7edbd5f6159260e962e20f149c96f2544e9a02fa (diff)
vala-m4: Install Makefile.vapigen correctly
Previously we were installing it as "vala", but it should be inside a subdirectory called "vala" with its original file name. https://bugzilla.gnome.org/show_bug.cgi?id=760765
-rw-r--r--recipes/build-tools/vala-m4.recipe2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/build-tools/vala-m4.recipe b/recipes/build-tools/vala-m4.recipe
index 00f5495e..69b4b34b 100644
--- a/recipes/build-tools/vala-m4.recipe
+++ b/recipes/build-tools/vala-m4.recipe
@@ -29,4 +29,4 @@ class Recipe(recipe.Recipe):
os.path.join(self.config.install_dir, 'share',
'aclocal', 'vala.m4'))
shutil.copy(os.path.join(self.build_dir, 'vapigen', 'Makefile.vapigen'),
- os.path.join(self.config.install_dir, 'share', 'vala'))
+ os.path.join(self.config.install_dir, 'share', 'vala', 'Makefile.vapigen'))