summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xperl-install/standalone/draknet6
1 files changed, 3 insertions, 3 deletions
diff --git a/perl-install/standalone/draknet b/perl-install/standalone/draknet
index 9b6b9f892..849bf14d0 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;
@@ -30,7 +30,7 @@ local $_ = join '', @ARGV;
#/-h/ and die "usage: DrakFuck[--xf3] [--beginner] [--expert] [--auto] [--noauto] [--skiptest] [--testing]\n";
-my $isdn = {};
+my $netcnx = {};
$::isStandalone = 1;
#$::force_xf3 = /-xf3/;
@@ -47,6 +47,6 @@ $::isStandalone = 1;
my $in = vnew interactive('su');
-netconnect::net_connect('', $isdn, $in, -e "/etc/pcmcia");
+netconnect::net_connect('', $netcnx, $in, -e "/etc/pcmcia");
$in->exit(0);