From 785476be2e2faf5b6c6a830ab2690c4f4ad47537 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Sun, 21 Feb 2010 04:08:48 +0000 Subject: added use lib git-svn-id: https://svn.helsinki.at/rhimport/trunk@17 7c65635b-ec39-4f67-a626-873dbafdd612 diff --git a/rhimport b/rhimport index c07b4d4..94b367e 100755 --- a/rhimport +++ b/rhimport @@ -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"; -- cgit v0.10.2