Makefile 201 B

123456
  1. DROPINS_DIR = /etc/qubes/applications
  2. install:
  3. for f in *.desktop; do install -m 0644 -D $$f $(DESTDIR)$(DROPINS_DIR)/$$f.d/30_qubes.conf; done
  4. install -m 0644 README.txt $(DESTDIR)$(DROPINS_DIR)/