Makefile 394 B

1234567891011
  1. GLIBSCHEMAS ?= /usr/share/glib-2.0/schemas
  2. .PHONY: install
  3. install:
  4. install -d $(DESTDIR)$(GLIBSCHEMAS)
  5. install -t $(DESTDIR)$(GLIBSCHEMAS) -m 0644 \
  6. 20_org.gnome.desktop.wm.preferences.qubes.gschema.override \
  7. 20_org.gnome.nautilus.qubes.gschema.override \
  8. 20_org.gnome.settings-daemon.plugins.updates.qubes.gschema.override \
  9. 20_org.mate.NotificationDaemon.qubes.gschema.override