[DRE-commits] [ruby-responders] 03/05: install the whole lib/ to rubygems-integration dir

Antonio Terceiro terceiro at moszumanska.debian.org
Wed Nov 11 17:38:40 UTC 2015


This is an automated email from the git hooks/post-receive script.

terceiro pushed a commit to branch master
in repository ruby-responders.

commit 547bf71052659e0905782f338e0a3851445e579f
Author: Antonio Terceiro <terceiro at debian.org>
Date:   Wed Nov 11 15:25:42 2015 -0200

    install the whole lib/ to rubygems-integration dir
---
 debian/rules | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index d484485..48a77da 100755
--- a/debian/rules
+++ b/debian/rules
@@ -22,4 +22,5 @@ generators_libdir = debian/ruby-responders/usr/share/rubygems-integration/all/ge
 override_dh_auto_install:
 	dh_auto_install
 	mkdir -p $(generators_libdir)
-	mv debian/ruby-responders/usr/lib/ruby/vendor_ruby/generators $(generators_libdir)
+	mv debian/ruby-responders/usr/lib/ruby/vendor_ruby/* $(generators_libdir)
+	rm -rf debian/ruby-responders/usr/lib

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-responders.git



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