This makes build "scripts" not tied to Fedora-specific files. Especially ease porting to other platforms.
		
			
				
	
	
		
			11 lines
		
	
	
		
			320 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			320 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
all:
 | 
						|
	true
 | 
						|
 | 
						|
install:
 | 
						|
	mkdir -p $(DESTDIR)/etc/xen/scripts
 | 
						|
	cp vif-route-qubes $(DESTDIR)/etc/xen/scripts
 | 
						|
	cp block-snapshot $(DESTDIR)/etc/xen/scripts
 | 
						|
	ln -s block-snapshot $(DESTDIR)/etc/xen/scripts/block-origin
 | 
						|
	install -d $(DESTDIR)/etc/xdg/autostart
 | 
						|
	install -m 0644 qubes-guid.desktop $(DESTDIR)/etc/xdg/autostart/
 |