summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2001-08-19 22:41:32 +0000
committerPascal Rigaux <pixel@mandriva.com>2001-08-19 22:41:32 +0000
commit8c744cf3d47bf1295ced161e7ef9776a25efeeb8 (patch)
tree2aad317a493b9e3e6f748b90f19456bd1d3bbe72
parentb3435a067c7e15241bc6628d8dbba32c5ec84f98 (diff)
downloaddrakx-backup-do-not-use-8c744cf3d47bf1295ced161e7ef9776a25efeeb8.tar
drakx-backup-do-not-use-8c744cf3d47bf1295ced161e7ef9776a25efeeb8.tar.gz
drakx-backup-do-not-use-8c744cf3d47bf1295ced161e7ef9776a25efeeb8.tar.bz2
drakx-backup-do-not-use-8c744cf3d47bf1295ced161e7ef9776a25efeeb8.tar.xz
drakx-backup-do-not-use-8c744cf3d47bf1295ced161e7ef9776a25efeeb8.zip
fix diskdrake requiring gtk
-rwxr-xr-xperl-install/standalone/diskdrake4
1 files changed, 2 insertions, 2 deletions
diff --git a/perl-install/standalone/diskdrake b/perl-install/standalone/diskdrake
index 4c113413a..049e9e3fa 100755
--- a/perl-install/standalone/diskdrake
+++ b/perl-install/standalone/diskdrake
@@ -24,7 +24,7 @@
use lib qw(/usr/lib/libDrakX);
use common;
-use diskdrake;
+use diskdrake_interactive;
use standalone;
use interactive;
use detect_devices;
@@ -70,7 +70,7 @@ fs::get_raw_hds('', $all_hds);
fs::merge_info_from_fstab([ fsedit::get_really_all_fstab($all_hds) ]);
fs::merge_info_from_mtab([ fsedit::get_really_all_fstab($all_hds) ]);
-if (getenv("TEST_DEFAULT_OPTIONS")) {
+if ($ENV{TEST_DEFAULT_OPTIONS})) {
fs::set_default_options($all_hds);
fs::set_removable_mntpoints($all_hds);
}