[DRE-commits] [SCM] ruby-globalhotkeys.git branch, master, updated. upstream/0.3.2-9-g40b095f

Lucas Nussbaum lucas at lucas-nussbaum.net
Sun Apr 10 13:24:30 UTC 2011


The following commit has been merged in the master branch:
commit e67b95a2235b54253dc459699632056884d7c6a5
Author: Lucas Nussbaum <lucas at lucas-nussbaum.net>
Date:   Sun Apr 10 15:10:28 2011 +0200

    fix installation of globalhotkeys.rb in arch dir

diff --git a/debian/rules b/debian/rules
index a4b9e28..6fd25c9 100755
--- a/debian/rules
+++ b/debian/rules
@@ -10,3 +10,10 @@
 
 %:
 	dh $@ --buildsystem=ruby --with ruby
+
+
+override_dh_auto_install:
+	dh_auto_install
+	# the rubygems extension builder install this file here. Remove it, since we
+	# already installed it in the common directory.
+	rm debian/ruby-globalhotkeys/usr/lib/ruby/vendor_ruby/1.8/*/globalhotkeys.rb

-- 
ruby-globalhotkeys.git



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