mirror of
				https://github.com/fspc/gbootroot.git
				synced 2025-11-03 16:05:34 -05:00 
			
		
		
		
	
		
			
				
	
	
		
			15 lines
		
	
	
		
			392 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
		
			392 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/root
 | 
						|
	cp -fa replacements/root/*debian-X11 /usr/share/gbootroot/yard/Replacements/root
 | 
						|
	install -d /usr/share/gbootroot/yard/Replacements/usr/X11R6/bin
 | 
						|
	cp -fa replacements/usr/X11R6/bin/* /usr/share/gbootroot/yard/Replacements/usr/X11R6/bin
 | 
						|
 | 
						|
 | 
						|
 | 
						|
 |