[DRE-commits] [SCM] rdtool.git branch, master, updated. upstream/0.6.22-28-gf8749af

Taku YASUI tach at debian.org
Sat May 5 17:33:30 UTC 2012


The following commit has been merged in the master branch:
commit af7b3435d4f8c65e0fba61011e9ccc08335d3b26
Author: Taku YASUI <tach at debian.org>
Date:   Sat May 5 20:35:05 2012 +0900

    Fix prefix

diff --git a/debian/rules b/debian/rules
index e33ca60..b9ba1fc 100755
--- a/debian/rules
+++ b/debian/rules
@@ -18,7 +18,7 @@ build/rdtool::
 	mv RDSWAP.1 debian/rdswap.1
 
 install/rdtool::
-	ruby setup.rb install --prefix=$(DEB_DESTDIR)/usr
+	ruby setup.rb install --prefix=$(DEB_DESTDIR)
 	install -D -m644 lib/rd/dot.rd2rc $(DEB_DESTDIR)/etc/rdtool/rd2rc
 
 install/rdtool-elisp::

-- 
rdtool.git



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