mirror of
				https://git.launchpad.net/~ubuntu-qt-code/+git/calamares-settings-ubuntu
				synced 2025-10-31 08:04:04 +00:00 
			
		
		
		
	Summary: This resolves T107 Refactor automirror Add donate button url and geoip to welcome Adjust locale.conf geoip format Set default filesystem type and no user swap choices Add defaults to settings to eliminate warnings Add efi mount options to fstab.conf Set restart mode in finished.conf to new style Set bootloader entry name to Ubuntu and slideshowAPI to 1 Test Plan: Test Calamares installation for proper location detection. Test Calamares installation for proper efi mount. Test Calamares installation for proper bootloader entry. Reviewers: tsimonq2, wxl, apt-ghetto Reviewed By: tsimonq2, wxl Subscribers: apt-ghetto Maniphest Tasks: T107 Differential Revision: https://phab.lubuntu.me/D33
		
			
				
	
	
		
			15 lines
		
	
	
		
			292 B
		
	
	
	
		
			Makefile
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
		
			292 B
		
	
	
	
		
			Makefile
		
	
	
		
			Executable File
		
	
	
	
	
| #!/usr/bin/make -f
 | |
| 
 | |
| #SUBDIRS :=
 | |
| 
 | |
| all:
 | |
| 	# Desktop file
 | |
| 	(cd lubuntu/po/ && make)
 | |
| 	# Slideshow
 | |
| 	(cd lubuntu/branding/lubuntu/lang/ && make)
 | |
| 	# Get rid of the unnecessary files
 | |
| 	find lubuntu/ -type f -iname "*.in" | xargs rm -f
 | |
| 	find lubuntu/ -type f -iname "Makefile" | xargs rm -f
 | |
| 
 | |
| # vim:ts=4
 |