[yast-commit] r59872 - in /branches/SuSE-Code-11-SP1-Branch/live-installer: VERSION package/yast2-live-installer.changes src/live-installer.ycp
![](https://seccdn.libravatar.org/avatar/38b487cbaff3eee1e7a74ac7b3d2ed23.jpg?s=120&d=mm&r=g)
Author: jsrain Date: Tue Dec 1 12:30:45 2009 New Revision: 59872 URL: http://svn.opensuse.org/viewcvs/yast?rev=59872&view=rev Log: bump fixed missing module name Modified: branches/SuSE-Code-11-SP1-Branch/live-installer/VERSION branches/SuSE-Code-11-SP1-Branch/live-installer/package/yast2-live-installer.changes branches/SuSE-Code-11-SP1-Branch/live-installer/src/live-installer.ycp Modified: branches/SuSE-Code-11-SP1-Branch/live-installer/VERSION URL: http://svn.opensuse.org/viewcvs/yast/branches/SuSE-Code-11-SP1-Branch/live-i... ============================================================================== --- branches/SuSE-Code-11-SP1-Branch/live-installer/VERSION (original) +++ branches/SuSE-Code-11-SP1-Branch/live-installer/VERSION Tue Dec 1 12:30:45 2009 @@ -1 +1 @@ -2.17.4 +2.17.5 Modified: branches/SuSE-Code-11-SP1-Branch/live-installer/package/yast2-live-installer.changes URL: http://svn.opensuse.org/viewcvs/yast/branches/SuSE-Code-11-SP1-Branch/live-i... ============================================================================== --- branches/SuSE-Code-11-SP1-Branch/live-installer/package/yast2-live-installer.changes (original) +++ branches/SuSE-Code-11-SP1-Branch/live-installer/package/yast2-live-installer.changes Tue Dec 1 12:30:45 2009 @@ -8,6 +8,7 @@ (bnc #450228) - adapted for unified progress during live installation (bnc#435680) +- 2.17.5 ------------------------------------------------------------------- Tue Aug 11 13:01:49 CEST 2009 - jsrain@suse.cz Modified: branches/SuSE-Code-11-SP1-Branch/live-installer/src/live-installer.ycp URL: http://svn.opensuse.org/viewcvs/yast/branches/SuSE-Code-11-SP1-Branch/live-i... ============================================================================== --- branches/SuSE-Code-11-SP1-Branch/live-installer/src/live-installer.ycp (original) +++ branches/SuSE-Code-11-SP1-Branch/live-installer/src/live-installer.ycp Tue Dec 1 12:30:45 2009 @@ -32,7 +32,7 @@ if ($[] != (map)SCR::Read (.target.stat, LiveInstaller::live_control_file)) { ProductControl::custom_control_file = LiveInstaller::live_control_file; // replace general control file because of 2nd stage - integer cpres = (integer)SCR::Execute (.target.bash, sformat ("/bin/cp %1 %2", live_control_file, "/etc/YaST2/control.xml")); + integer cpres = (integer)SCR::Execute (.target.bash, sformat ("/bin/cp %1 %2", LiveInstaller::live_control_file, "/etc/YaST2/control.xml")); if (cpres != 0) { Report::Error (_("Failed to update the control file for the second stage of the installation")); -- To unsubscribe, e-mail: yast-commit+unsubscribe@opensuse.org For additional commands, e-mail: yast-commit+help@opensuse.org
participants (1)
-
jsrain@svn.opensuse.org