13 lines
		
	
	
		
			403 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			403 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 -m 0644 -D tmpfiles-qubes.conf $(DESTDIR)/usr/lib/tmpfiles.d/qubes.conf
 | 
						|
	install -d $(DESTDIR)/etc/logrotate.d
 | 
						|
	install -m 0644 logrotate-qubes \
 | 
						|
		$(DESTDIR)/etc/logrotate.d/qubes
 |