mirror of
				https://github.com/fspc/gbootroot.git
				synced 2025-11-04 00:05:35 -05:00 
			
		
		
		
	
		
			
				
	
	
		
			13 lines
		
	
	
		
			212 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			212 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
 | 
						|
all: install
 | 
						|
 | 
						|
install:
 | 
						|
	install -d /usr/bin
 | 
						|
	cp -fa make_debian-X11 /usr/bin/make_debian-X11 
 | 
						|
	install -d /usr/share/gbootroot/yard/Replacements
 | 
						|
	cp -fa replacements/* /usr/share/gbootroot/yard/Replacements
 | 
						|
 | 
						|
 | 
						|
 | 
						|
 |