File: activate.bash

package info (click to toggle)
gem2deb 2.2.5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,240 kB
  • sloc: ruby: 5,576; sh: 143; perl: 46; makefile: 41; ansic: 33
file content (7 lines) | stat: -rw-r--r-- 281 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=$(dirname "$BASH_SOURCE")
export PATH="${gem2deb_root}/bin:${PATH}"
export RUBYLIB="${gem2deb_root}/lib"
export PERL5LIB=${gem2deb_root}/debhelper