summaryrefslogtreecommitdiffstats
path: root/move/make_live_tree_boot
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2004-05-27 16:11:24 +0000
committerPascal Rigaux <pixel@mandriva.com>2004-05-27 16:11:24 +0000
commit9a1fd422d8a2c694fe00c8d1abd21432a61ad0a8 (patch)
treeae10bc3c47d495dfd9000ed8da273e78c5eeac0e /move/make_live_tree_boot
parent812707e9eba654f8733cc4fc26be633553efc42f (diff)
downloaddrakx-backup-do-not-use-9a1fd422d8a2c694fe00c8d1abd21432a61ad0a8.tar
drakx-backup-do-not-use-9a1fd422d8a2c694fe00c8d1abd21432a61ad0a8.tar.gz
drakx-backup-do-not-use-9a1fd422d8a2c694fe00c8d1abd21432a61ad0a8.tar.bz2
drakx-backup-do-not-use-9a1fd422d8a2c694fe00c8d1abd21432a61ad0a8.tar.xz
drakx-backup-do-not-use-9a1fd422d8a2c694fe00c8d1abd21432a61ad0a8.zip
fix checking if we must build nvidia clp
Diffstat (limited to 'move/make_live_tree_boot')
-rwxr-xr-xmove/make_live_tree_boot2
1 files changed, 1 insertions, 1 deletions
diff --git a/move/make_live_tree_boot b/move/make_live_tree_boot
index 2f394e0e8..826604169 100755
--- a/move/make_live_tree_boot
+++ b/move/make_live_tree_boot
@@ -157,7 +157,7 @@ if (!$un_build) {
}
foreach (@clps) {
my $list = $lists{$_ . '_simpl'} || $lists{$_};
- next if $_ eq 'nvidia' && ! -e $list->[0];
+ next if $_ eq 'nvidia' && ! -e "$prefix$list->[0]";
create_light_tree($prefix, $_, $list);
}
create_totem_links('totem', $lists{totem});