201023
authorhgs
Thu, 10 Jun 2010 15:21:05 +0300
changeset 31 721e912a4fd0
parent 30 8cb97ed1a123
child 35 621ec65be8ef
201023
vpnclient_sis/group/create_vpnclient_sis.pl
--- a/vpnclient_sis/group/create_vpnclient_sis.pl	Mon May 24 21:05:16 2010 +0300
+++ b/vpnclient_sis/group/create_vpnclient_sis.pl	Thu Jun 10 15:21:05 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
 {