[DRE-commits] [SCM] ruby-exif.git branch, master, updated. debian/0.1.2-18-2-g78416ec

Paul van Tilburg paulvt at debian.org
Fri May 11 21:17:56 UTC 2012


The following commit has been merged in the master branch:
commit 78416ec626def4ed3ac1cd32ccc3d05b10bbcb3a
Author: Paul van Tilburg <paulvt at debian.org>
Date:   Fri May 11 23:17:54 2012 +0200

    Fixed a typo in debian/rules

diff --git a/debian/rules b/debian/rules
index 19c38fd..218a26a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -26,7 +26,7 @@ build/ruby-exif::
 
 install/ruby-exif::
 	for d in $(RUBY_VERSIONS); do \
-	  cd $(CURDIR)/build-$$d && $(MAKE) install DESTDIR=$(CUR_PKGDIR) sitedir='$$(prefix)/lib/ruby/vendor_rules'; \
+	  cd $(CURDIR)/build-$$d && $(MAKE) install DESTDIR=$(CUR_PKGDIR) sitedir='$$(prefix)/lib/ruby/vendor_ruby'; \
 	done
 
 clean::

-- 
ruby-exif.git



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