[meld] build_helpers: Remove trailing slash that distutils on Windows hates



commit 550e8a2fa864a892a9fafdf074517c5a9f8ea212
Author: Kai Willadsen <kai willadsen gmail com>
Date:   Tue Mar 18 05:59:04 2014 +1000

    build_helpers: Remove trailing slash that distutils on Windows hates

 meld/build_helpers.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/meld/build_helpers.py b/meld/build_helpers.py
index 1eb74e0..57b4a5b 100644
--- a/meld/build_helpers.py
+++ b/meld/build_helpers.py
@@ -54,7 +54,7 @@ class build_extra(distutils.command.build.build):
 class build_data(distutils.cmd.Command):
 
     gschemas = [
-        ('share/glib-2.0/schemas/', ['data/org.gnome.meld.gschema.xml'])
+        ('share/glib-2.0/schemas', ['data/org.gnome.meld.gschema.xml'])
     ]
 
     def initialize_options(self):


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]