[DRE-commits] r4896 - in branches/upstream: . libcompass-ruby libcompass-ruby/current libcompass-ruby/current/bin

Micah Anderson micah at alioth.debian.org
Sat Mar 6 01:04:14 UTC 2010


Author: micah
Date: 2010-03-06 01:04:13 +0000 (Sat, 06 Mar 2010)
New Revision: 4896

Added:
   branches/upstream/libcompass-ruby/
   branches/upstream/libcompass-ruby/current/
   branches/upstream/libcompass-ruby/current/bin/
   branches/upstream/libcompass-ruby/current/bin/compass
Log:
[svn-inject] Installing original source of libcompass-ruby

Added: branches/upstream/libcompass-ruby/current/bin/compass
===================================================================
--- branches/upstream/libcompass-ruby/current/bin/compass	                        (rev 0)
+++ branches/upstream/libcompass-ruby/current/bin/compass	2010-03-06 01:04:13 UTC (rev 4896)
@@ -0,0 +1,8 @@
+#!/usr/bin/env ruby
+# The compass command line utility
+
+require File.expand_path(File.join(File.dirname(__FILE__), '..', 'lib', 'compass'))
+require File.expand_path(File.join(File.dirname(__FILE__), '..', 'lib', 'compass', 'exec'))
+
+command = Compass::Exec::Compass.new(ARGV)
+exit command.run!


Property changes on: branches/upstream/libcompass-ruby/current/bin/compass
___________________________________________________________________
Added: svn:executable
   + 




More information about the Pkg-ruby-extras-commits mailing list