[DRE-commits] r5599 - trunk/libcompass-ruby/debian/patches
Deepak Tripathi
deepak-guest at alioth.debian.org
Fri Jun 18 04:54:08 UTC 2010
Author: deepak-guest
Date: 2010-06-18 04:54:05 +0000 (Fri, 18 Jun 2010)
New Revision: 5599
Added:
trunk/libcompass-ruby/debian/patches/003put-frameworks-in-usr-share
Log:
Added patch to put framework on /usr/share.
Added: trunk/libcompass-ruby/debian/patches/003put-frameworks-in-usr-share
===================================================================
--- trunk/libcompass-ruby/debian/patches/003put-frameworks-in-usr-share (rev 0)
+++ trunk/libcompass-ruby/debian/patches/003put-frameworks-in-usr-share 2010-06-18 04:54:05 UTC (rev 5599)
@@ -0,0 +1,13 @@
+Index: libcompass-ruby-0.10.2debian.orig/lib/compass/frameworks.rb
+===================================================================
+--- libcompass-ruby-0.10.2debian.orig.orig/lib/compass/frameworks.rb 2010-06-18 10:12:48.000000000 +0530
++++ libcompass-ruby-0.10.2debian.orig/lib/compass/frameworks.rb 2010-06-18 10:13:04.000000000 +0530
+@@ -3,7 +3,7 @@
+ extend self
+
+ ALL = []
+- DEFAULT_FRAMEWORKS_PATH = File.join(Compass.base_directory, 'frameworks')
++ DEFAULT_FRAMEWORKS_PATH = File.join('/usr/share/compass/frameworks', 'frameworks')
+
+ class Framework
+ attr_accessor :name
More information about the Pkg-ruby-extras-commits
mailing list