mirror of
				https://git.launchpad.net/~ubuntu-qt-code/+git/calamares-settings-ubuntu
				synced 2025-10-30 23:54:08 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			13 lines
		
	
	
		
			171 B
		
	
	
	
		
			Makefile
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			171 B
		
	
	
	
		
			Makefile
		
	
	
		
			Executable File
		
	
	
	
	
| #!/usr/bin/make -f
 | |
| 
 | |
| #SUBDIRS :=
 | |
| 
 | |
| all: install
 | |
| 
 | |
| install:
 | |
| 	make -C lubuntu/po/; \
 | |
| 	find lubuntu/ -type f -iname "*.in" | xargs rm -f
 | |
| 	chmod +x lubuntu/*.desktop
 | |
| 
 | |
| # vim:ts=4
 |