[DRE-commits] [SCM] rubygems-integration.git branch, master, updated. 28bf3027b3759e3b9fcde731d0dc6bc3dd25f9e8

Antonio Terceiro terceiro at softwarelivre.org
Wed Jun 20 23:30:00 UTC 2012


The following commit has been merged in the master branch:
commit 2bf0ed59fc4d8d8314c2ea0460de2adc0935ed3a
Author: Antonio Terceiro <terceiro at softwarelivre.org>
Date:   Wed Jun 20 20:23:01 2012 -0300

    Fix install target

diff --git a/Makefile b/Makefile
index 2ce7986..c7fc134 100644
--- a/Makefile
+++ b/Makefile
@@ -7,7 +7,7 @@ run-specs:
 	ruby -Ilib $(SPECS)
 
 install:
-	install -m 755 -d /usr/lib/ruby/vendor_ruby/rubygems/defaults
+	install -m 755 -d $(DESTDIR)/usr/lib/ruby/vendor_ruby/rubygems/defaults
 	install -m 644 lib/rubygems/defaults/operating_system.rb $(DESTDIR)/usr/lib/ruby/vendor_ruby/rubygems/defaults
 
 uninstall:

-- 
rubygems-integration.git



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