From 99d1d3f6512c77f34b863e3b0e1ce1a4ebccc072 Mon Sep 17 00:00:00 2001 From: Guillaume Cottenceau Date: Mon, 13 Aug 2001 19:08:27 +0000 Subject: ouch! use lib from /usr/lib/libDrakX, rather than from .. --- perl-install/standalone/drakautoinst | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'perl-install/standalone/drakautoinst') diff --git a/perl-install/standalone/drakautoinst b/perl-install/standalone/drakautoinst index 070c1d8dc..c7019dafa 100755 --- a/perl-install/standalone/drakautoinst +++ b/perl-install/standalone/drakautoinst @@ -13,7 +13,7 @@ # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. # -use lib qw(..); +use lib qw(/usr/lib/libDrakX); use common; use interactive; @@ -125,6 +125,9 @@ sub quit_global { #------------------------------------------------- #- $Log$ +#- Revision 1.2 2001/08/13 19:08:27 gc +#- ouch! use lib from /usr/lib/libDrakX, rather than from .. +#- #- Revision 1.1 2001/08/13 19:06:50 gc #- initial revision for drakautoinst #- - put %installSteps in a separate package (steps.pm) (for drakxtools) -- cgit v1.2.1