File: activate.bash

package info (click to toggle)
gem2deb 2.2.8
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,232 kB
  • sloc: ruby: 5,562; sh: 142; perl: 46; makefile: 39; ansic: 33
file content (7 lines) | stat: -rw-r--r-- 296 bytes parent folder | download
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