[yast-commit] r52574 - /trunk/autoinstallation/src/modules/Profile.ycp
Author: ug Date: Mon Oct 27 13:15:30 2008 New Revision: 52574 URL: http://svn.opensuse.org/viewcvs/yast?rev=52574&view=rev Log: bug Modified: trunk/autoinstallation/src/modules/Profile.ycp Modified: trunk/autoinstallation/src/modules/Profile.ycp URL: http://svn.opensuse.org/viewcvs/yast/trunk/autoinstallation/src/modules/Profile.ycp?rev=52574&r1=52573&r2=52574&view=diff ============================================================================== --- trunk/autoinstallation/src/modules/Profile.ycp (original) +++ trunk/autoinstallation/src/modules/Profile.ycp Mon Oct 27 13:15:30 2008 @@ -122,7 +122,7 @@ /* workaround for missing "REQUIRES" in content file to stay backward compatible */ /* FIXME: needs a more sophisticated or compatibility breaking solution after SLES11 */ if( size( current["software","patterns"]:[] ) == 0 ) - current["software","patterns"] = add( current["software","patterns"]:[], [ "base" ] ); + current["software","patterns"] = [ "base" ]; } /** -- To unsubscribe, e-mail: yast-commit+unsubscribe@opensuse.org For additional commands, e-mail: yast-commit+help@opensuse.org
participants (1)
-
ug@svn.opensuse.org