Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
at 16.09 14 lines 729 B view raw
1--- a/dist/Makefile.am 2+++ b/dist/Makefile.am 3@@ -10,9 +10,9 @@ install-data-hook: 4 chmod 0755 $(shell find $(dist) -type d) 5 chmod 0644 $(shell find $(dist) -type f) 6 chmod 0755 $(shell find "scripts" -type f) 7- test -z "$(DESTDIR)$(datadir)/dbus-1/services/" || /bin/mkdir -p "$(DESTDIR)$(datadir)/dbus-1/services/" 8+ test -z "$(DESTDIR)$(datadir)/dbus-1/services/" || $(MKDIR_P) "$(DESTDIR)$(datadir)/dbus-1/services/" 9 cp "extra/com.libertyzero.gnome-encfs-manager.service" "$(DESTDIR)$(datadir)/dbus-1/services/" 10- test -z "$(gencfsmdir)" || /bin/mkdir -p "$(gencfsmdir)" 11+ test -z "$(gencfsmdir)" || $(MKDIR_P) "$(gencfsmdir)" 12 cp --parent -rf $(dist) "$(gencfsmdir)" 13 cp --parent -rf $(icons) $(DESTDIR)$(datadir) 14