diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2000-03-08 23:09:32 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2000-03-08 23:09:32 +0000 |
commit | 15cde5c25f4ec7b5b8121d8a13ab9fe7c105e4b3 (patch) | |
tree | 5fa84300a4af2638286890e21751c3090c6d2d4b /perl-install/standalone | |
parent | cbb0bae07578f66abc44d3adb26f9e90cf6c8581 (diff) | |
download | drakx-15cde5c25f4ec7b5b8121d8a13ab9fe7c105e4b3.tar drakx-15cde5c25f4ec7b5b8121d8a13ab9fe7c105e4b3.tar.gz drakx-15cde5c25f4ec7b5b8121d8a13ab9fe7c105e4b3.tar.bz2 drakx-15cde5c25f4ec7b5b8121d8a13ab9fe7c105e4b3.tar.xz drakx-15cde5c25f4ec7b5b8121d8a13ab9fe7c105e4b3.zip |
no_comment
Diffstat (limited to 'perl-install/standalone')
-rwxr-xr-x | perl-install/standalone/diskdrake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/standalone/diskdrake b/perl-install/standalone/diskdrake index f4f1e0d5c..39a2cf442 100755 --- a/perl-install/standalone/diskdrake +++ b/perl-install/standalone/diskdrake @@ -22,7 +22,7 @@ # DiskDrake is also based upon the libfdisk and the install from Red Hat Software -use lib qw(/usr/lib/libDrakX); +use lib qw(.); #/usr/lib/libDrakX); use common qw(:common :functional); use diskdrake; use interactive_gtk; |