Revision: 201023
authorDremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Wed, 23 Jun 2010 19:21:02 +0300
changeset 33 23c5d20fa49f
parent 27 19c70b65c876
child 34 cc281bee0180
child 37 56e4386eefa5
Revision: 201023 Kit: 2010125
vpnclient_sis/group/create_vpnclient_sis.pl
--- a/vpnclient_sis/group/create_vpnclient_sis.pl	Fri Jun 11 14:38:23 2010 +0300
+++ b/vpnclient_sis/group/create_vpnclient_sis.pl	Wed Jun 23 19:21:02 2010 +0300
@@ -101,10 +101,7 @@
 
 	# remove temp files
 	unlink <temp_*_urel.pkg>;  
-		
-}
-elsif ($config eq "UDEB")  
-{
+
 	# nokia_vpn_client_localised_armv5_udeb.pkg
 		replace_line_and_create_temp(
 		    '^\(0x101F5147\),.*?,.*?,.*?, TYPE=SA, RU$',
@@ -121,6 +118,11 @@
 			
 	# remove temp files
 	unlink <temp_*_udeb.pkg>;
+			
+}
+elsif ($config eq "UDEB")  
+{
+#empty
 }
 else
 {