diff options
author | Christian Pointner <equinox@helsinki.at> | 2010-02-21 04:08:48 (GMT) |
---|---|---|
committer | Christian Pointner <equinox@helsinki.at> | 2010-02-21 04:08:48 (GMT) |
commit | d65059c613341e402d33d037cbc93d42b05666cb (patch) | |
tree | b7a0dd1ef5a0941dc0a43ddec11f5ee105c6e25b | |
parent | 9894d1751778235b9dc8ac17323c58e219c14d27 (diff) |
added use lib
-rwxr-xr-x | rhimport | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -23,13 +23,14 @@ use strict; -use rhimport; - use Getopt::Long; use DBI; use Gtk2; use Gtk2::GladeXML; +use lib '/usr/share/perl5/rhimport/'; +use rhimport; + my $DBHOST = "airplay"; my $DBUSER = "rivendellro"; my $DBPW = "lldrivenro"; |