[SCM] cecilia/master: Fixing patch.

tiago at users.alioth.debian.org tiago at users.alioth.debian.org
Fri Nov 29 01:46:19 UTC 2013


The following commit has been merged in the master branch:
commit 79d4225a08c2da2c3e9e39a689a670539d82c046
Author: Tiago Bortoletto Vaz <tiago at debian.org>
Date:   Thu Nov 28 20:01:34 2013 -0500

    Fixing patch.

diff --git a/debian/patches/use-distutils.diff b/debian/patches/use-distutils.diff
index 60041e4..fc3cc6b 100644
--- a/debian/patches/use-distutils.diff
+++ b/debian/patches/use-distutils.diff
@@ -31,7 +31,7 @@
      RESOURCES_PATH = os.getcwd()
  else:
 -    RESOURCES_PATH = os.path.join(os.getcwd(), 'Resources')
-+    RESOURCES_PATH = RESOURCES_PATH = cecilia.Resources.__path__[0]
++    RESOURCES_PATH = cecilia.Resources.__path__[0]
  
  if not os.path.isdir(RESOURCES_PATH) and sys.platform == "win32":
      RESOURCES_PATH = os.path.join(os.getenv("ProgramFiles"), "Cecilia5", "Resources")

-- 
cecilia packaging



More information about the pkg-multimedia-commits mailing list