 7fbc766e84
			
		
	
	
		7fbc766e84
		
			
		
	
	
	
	
		
			
			And have the corresponding dependency to kali-wallpapers-2020.4 in kali-themes-common too to ensure the symlink points to an existing file. Gbp-Dch: Full
		
			
				
	
	
		
			14 lines
		
	
	
		
			393 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			393 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
| SUBDIRS=emblems kali-logos
 | |
| DESKTOP_BACKGROUND=kali-geometric
 | |
| LOGIN_BACKGROUND=kali-light-strips
 | |
| 
 | |
| build:
 | |
| 	bin/update-default-backgrounds $(DESKTOP_BACKGROUND) $(LOGIN_BACKGROUND)
 | |
| 	$(foreach SUBDIR,$(SUBDIRS),$(MAKE) -C $(SUBDIR) build &&) true
 | |
| 
 | |
| clean:
 | |
| 	$(foreach SUBDIR,$(SUBDIRS),$(MAKE) -C $(SUBDIR) clean &&) true
 | |
| 
 | |
| install:
 | |
| 	$(foreach SUBDIR,$(SUBDIRS),$(MAKE) -C $(SUBDIR) install &&) true
 |