summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone/draknet
diff options
context:
space:
mode:
Diffstat (limited to 'perl-install/standalone/draknet')
-rwxr-xr-xperl-install/standalone/draknet3
1 files changed, 2 insertions, 1 deletions
diff --git a/perl-install/standalone/draknet b/perl-install/standalone/draknet
index 5b480685b..85d0072c9 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;
@@ -47,6 +47,7 @@ $::wizard_xpm = "/usr/share/pixmaps/internet.xpm";
my $in = vnew interactive('su');
+$::isStandalone and my $wait=$in->wait_message('', "", 1);
netconnect::intro('', $netcnx, $in, -e "/etc/pcmcia", sub {
$in->suspend;
system("urpmi --auto --best-output " . join(' ', @_));