Makefile 403 B

123456789101112
  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 -m 0644 -D tmpfiles-qubes.conf $(DESTDIR)/usr/lib/tmpfiles.d/qubes.conf
  9. install -d $(DESTDIR)/etc/logrotate.d
  10. install -m 0644 logrotate-qubes \
  11. $(DESTDIR)/etc/logrotate.d/qubes