From b9d3158853a8536f45275bfebf2cdc93b8ff010f Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Thu, 26 May 2005 05:49:19 +0000 Subject: switch from /usr/bin/perl-install to /usr/lib/libDrakX --- perl-install/commands | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/commands') diff --git a/perl-install/commands b/perl-install/commands index f08fbb95c..741f74154 100755 --- a/perl-install/commands +++ b/perl-install/commands @@ -3,7 +3,7 @@ use diagnostics; use strict; -use lib qw(/usr/bin/perl-install .); +use lib qw(/usr/lib/libDrakX .); use common; use commands; -- cgit v1.2.1