File: 2001-frameworks-below-usr-share.patch

package info (click to toggle)
compass-blueprint-plugin 1.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 460 kB
  • ctags: 9
  • sloc: ruby: 99; makefile: 46; perl: 43
file content (12 lines) | stat: -rw-r--r-- 472 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
Description: point to framework below /usr/share
Author: Jonas Smedegaard <dr@jones.dk>
Last-Update: 2014-08-23

--- a/lib/compass-blueprint.rb
+++ b/lib/compass-blueprint.rb
@@ -1,4 +1,4 @@
 require 'compass'
 require "compass-blueprint/version"
 
-Compass::Frameworks.register('blueprint', :path => File.join(File.dirname(__FILE__), '..', 'framework', 'blueprint'))
+Compass::Frameworks.register('blueprint', :path => Dir.new('/usr/share/compass/frameworks/blueprint'))