Switch to linux_base-fc4 for the Linux emulation package.

MFC after:	3 days
This commit is contained in:
kensmith 2006-11-16 19:09:41 +00:00
parent ef4912322f
commit 053d92d4b0

View File

@ -542,7 +542,7 @@ configLinux(dialogMenuItem *self)
variable_set2(VAR_LINUX_ENABLE, "YES", 1);
Mkdir("/compat/linux");
msgNotify("Installing Linux compatibility library...");
i = package_add("linux_base-8");
i = package_add("linux_base-fc4");
restorescr(w);
return i;
}