Fix syntax problem in debian/rules
This commit is contained in:
		
							parent
							
								
									9496de3393
								
							
						
					
					
						commit
						2c398c3d8d
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		
							
								
								
									
										2
									
								
								debian/rules
									
										
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								debian/rules
									
										
									
									
										vendored
									
									
								
							| 
						 | 
				
			
			@ -16,7 +16,7 @@ PKGNAME = monitoring-plugins-cyconet
 | 
			
		|||
#   we run dh_auto_$(1) with -O--sourcedirectory="$$plugin"
 | 
			
		||||
# - if $${plugin}/src exists, we run dh_auto_$(1) on that directory
 | 
			
		||||
# - else: fail :)
 | 
			
		||||
DH_AUTO_CALL = 	if [ "$$auto_command" == "dh_auto_configure" ]; then \
 | 
			
		||||
DH_AUTO_CALL = 	if [ "$$auto_command" = "dh_auto_configure" ]; then \
 | 
			
		||||
		    export options="$$options -- --enable-stack-protector" ;\
 | 
			
		||||
		fi ;\
 | 
			
		||||
		if [ -f $(CURDIR)/$$plugin/Makefile ]; then \
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue