diff options
author | damien <damien@mandriva.com> | 2000-08-28 13:56:01 +0000 |
---|---|---|
committer | damien <damien@mandriva.com> | 2000-08-28 13:56:01 +0000 |
commit | 840cab856caa8620d921c97b2c782841fc4be7d8 (patch) | |
tree | 52d8f65c6b21e8d7b28dbc7e3b37fe09e1506a24 /perl-install/standalone/draknet | |
parent | 7c7255a4033919da032705c9b01c896d37aa85ab (diff) | |
download | drakx-840cab856caa8620d921c97b2c782841fc4be7d8.tar drakx-840cab856caa8620d921c97b2c782841fc4be7d8.tar.gz drakx-840cab856caa8620d921c97b2c782841fc4be7d8.tar.bz2 drakx-840cab856caa8620d921c97b2c782841fc4be7d8.tar.xz drakx-840cab856caa8620d921c97b2c782841fc4be7d8.zip |
updated
Diffstat (limited to 'perl-install/standalone/draknet')
-rwxr-xr-x | perl-install/standalone/draknet | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/standalone/draknet b/perl-install/standalone/draknet index 8c4746fd0..2720a0925 100755 --- a/perl-install/standalone/draknet +++ b/perl-install/standalone/draknet @@ -19,7 +19,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. -use lib qw (/usr/lib/libDrakX); +use lib qw (..); #(/usr/lib/libDrakX); use interactive; use netconnect; |