[DRE-commits] [gem2deb] 01/01: Add bash script to use gem2deb from the source tree

Antonio Terceiro terceiro at moszumanska.debian.org
Fri Jun 12 13:51:53 UTC 2015


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

terceiro pushed a commit to branch master
in repository gem2deb.

commit fd6bf023a3dc5ca08238ad1cec2e35186cda4cab
Author: Antonio Terceiro <terceiro at debian.org>
Date:   Fri Jun 12 10:51:20 2015 -0300

    Add bash script to use gem2deb from the source tree
---
 activate.bash | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/activate.bash b/activate.bash
new file mode 100644
index 0000000..fc523a1
--- /dev/null
+++ b/activate.bash
@@ -0,0 +1,6 @@
+# source this script from your shell to override the gem2deb installed
+# system-wide with the one from the source tree.
+
+gem2deb_root=$(dirname "$BASH_SOURCE")
+export PATH="${gem2deb_root}/bin:${PATH}"
+export RUBYLIB="${gem2deb_root}/lib"

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



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