diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2004-05-27 16:11:24 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2004-05-27 16:11:24 +0000 |
commit | 9a1fd422d8a2c694fe00c8d1abd21432a61ad0a8 (patch) | |
tree | ae10bc3c47d495dfd9000ed8da273e78c5eeac0e /move/make_live_tree_boot | |
parent | 812707e9eba654f8733cc4fc26be633553efc42f (diff) | |
download | drakx-9a1fd422d8a2c694fe00c8d1abd21432a61ad0a8.tar drakx-9a1fd422d8a2c694fe00c8d1abd21432a61ad0a8.tar.gz drakx-9a1fd422d8a2c694fe00c8d1abd21432a61ad0a8.tar.bz2 drakx-9a1fd422d8a2c694fe00c8d1abd21432a61ad0a8.tar.xz drakx-9a1fd422d8a2c694fe00c8d1abd21432a61ad0a8.zip |
fix checking if we must build nvidia clp
Diffstat (limited to 'move/make_live_tree_boot')
-rwxr-xr-x | move/make_live_tree_boot | 2 |
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}); |