diff options
author | damien <damien@mandriva.com> | 2000-10-05 12:03:05 +0000 |
---|---|---|
committer | damien <damien@mandriva.com> | 2000-10-05 12:03:05 +0000 |
commit | a44656465b21df8e0b1ae2551f45b36fcca1630c (patch) | |
tree | 6fcdf60f82b9332f6a3ff19aeb321310870af5cf /perl-install | |
parent | 0e580629948b03f022b4c6488ef901bd19216248 (diff) | |
download | drakx-a44656465b21df8e0b1ae2551f45b36fcca1630c.tar drakx-a44656465b21df8e0b1ae2551f45b36fcca1630c.tar.gz drakx-a44656465b21df8e0b1ae2551f45b36fcca1630c.tar.bz2 drakx-a44656465b21df8e0b1ae2551f45b36fcca1630c.tar.xz drakx-a44656465b21df8e0b1ae2551f45b36fcca1630c.zip |
updated
Diffstat (limited to 'perl-install')
-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 5eafc465b..5b480685b 100755 --- a/perl-install/standalone/draknet +++ b/perl-install/standalone/draknet @@ -18,7 +18,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; |