File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -73,17 +73,17 @@ gen_per_flavour () {
7373	if  [ " ${# signed_arch[@]} " !=  0 ];  then 
7474		sed " ${sed_common_patterns[@]} " 
7575		    -e " s/ARCH/${signed_arch[*]} /g" 
76- 		    -e " s/=SIGN-ME-PKG=/-unsigned /g" 
77- 		    -e " s/=SIGN-ME-TXT=/ unsigned /g" 
76+ 		    -e " s/=SIGN-ME-PKG=//g" 
77+ 		    -e " s/=SIGN-ME-TXT=//g" 
7878		    -e " s/=SIGN-PEER-PKG=//g" 
7979		  " ${DEBIAN} /control.d/flavour-signed-control.stub" 
8080	fi 
8181
8282	if  [ " ${# unsigned_arch[@]} " !=  0 ];  then 
8383		sed " ${sed_common_patterns[@]} " 
8484		    -e " s/ARCH/${unsigned_arch[*]} /g" 
85- 		    -e " s/=SIGN-ME-PKG=//g" 
86- 		    -e " s/=SIGN-ME-TXT=//g" 
85+ 		    -e " s/=SIGN-ME-PKG=/-unsigned /g" 
86+ 		    -e " s/=SIGN-ME-TXT=/ unsigned /g" 
8787		    -e " s/=SIGN-PEER-PKG=/-unsigned/g" 
8888		    " ${DEBIAN} /control.d/flavour-signed-control.stub" 
8989	fi 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments