Makefile 401 B

1234567891011
  1. all:
  2. true
  3. install:
  4. mkdir -p $(DESTDIR)/etc/xen/scripts
  5. cp vif-route-qubes $(DESTDIR)/etc/xen/scripts
  6. cp block-snapshot $(DESTDIR)/etc/xen/scripts
  7. ln -s block-snapshot $(DESTDIR)/etc/xen/scripts/block-origin
  8. install -d $(DESTDIR)/etc/xdg/autostart
  9. install -m 0644 qubes-guid.desktop $(DESTDIR)/etc/xdg/autostart/
  10. install -m 0644 -D tmpfiles-qubes.conf $(DESTDIR)/usr/lib/tmpfiles.d/qubes.conf