File: activate.bash

package info (click to toggle)
gem2deb 2.2.6
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,228 kB
  • sloc: ruby: 5,562; sh: 140; perl: 46; ansic: 33; makefile: 31
file content (7 lines) | stat: -rw-r--r-- 296 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
# source this script from your shell to override the gem2deb installed
# system-wide with the one from the source tree.

gem2deb_root=$(readlink -f $(dirname "$BASH_SOURCE"))
export PATH="${gem2deb_root}/bin:${PATH}"
export RUBYLIB="${gem2deb_root}/lib"
export PERL5LIB=${gem2deb_root}/debhelper