diff options
author | damien <damien@mandriva.com> | 2000-09-12 23:22:35 +0000 |
---|---|---|
committer | damien <damien@mandriva.com> | 2000-09-12 23:22:35 +0000 |
commit | a450d108d283c4af396920c0646010ec7b992325 (patch) | |
tree | 41ef750f16d85d04375d2ba7a71af94595f065e8 /perl-install/standalone | |
parent | 32a2e8da9e14337df3c797a07ba16e1d232bb9ad (diff) | |
download | drakx-a450d108d283c4af396920c0646010ec7b992325.tar drakx-a450d108d283c4af396920c0646010ec7b992325.tar.gz drakx-a450d108d283c4af396920c0646010ec7b992325.tar.bz2 drakx-a450d108d283c4af396920c0646010ec7b992325.tar.xz drakx-a450d108d283c4af396920c0646010ec7b992325.zip |
updated
Diffstat (limited to 'perl-install/standalone')
-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 5413c3157..f2f8538cb 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 (/usr/lib/libDrakX); use interactive; use netconnect; |