[DRE-commits] [SCM] ruby-build.git branch, master, updated. debian/v20111030-1-10-g495fa11
Antonio Terceiro
terceiro at debian.org
Sat Jan 7 00:24:40 UTC 2012
The following commit has been merged in the master branch:
commit 495fa11f97391bb6b414dc47199bf382b223b77a
Author: Antonio Terceiro <terceiro at debian.org>
Date: Fri Jan 6 22:03:32 2012 -0200
Move rbenv-install to rbenv libevex dir
This way we avoid cluttering the $PATH, and rbe<TAB> completes to
`rbenv` immediately.
diff --git a/debian/rules b/debian/rules
index be67d52..e1205b2 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,6 +4,8 @@
override_dh_install:
PREFIX=debian/ruby-build/usr ./install.sh
+ mkdir -p debian/ruby-build/usr/lib/rbenv/libexec
+ mv debian/ruby-build/usr/bin/rbenv-install debian/ruby-build/usr/lib/rbenv/libexec
get-orig-source:
uscan --download-current-version --force-download --rename
--
ruby-build.git
More information about the Pkg-ruby-extras-commits
mailing list