Ticket #44255: patch-Makefile.diff

File patch-Makefile.diff, 681 bytes (added by john@…, 10 years ago)
  • Makefile

    old new  
    4040install: install-common
    4141        @install -v -d "$(DESTDIR)$(LIBDIR)/password-store" && install -m 0644 -v "$(PLATFORMFILE)" "$(DESTDIR)$(LIBDIR)/password-store/platform.sh"
    4242        @install -v -d "$(DESTDIR)$(BINDIR)/"
    43         sed 's:.*PLATFORM_FUNCTION_FILE.*:source "$(DESTDIR)$(LIBDIR)/password-store/platform.sh":' src/password-store.sh > "$(DESTDIR)$(BINDIR)/pass"
     43        sed 's:.*PLATFORM_FUNCTION_FILE.*:source "$(LIBDIR)/password-store/platform.sh":' src/password-store.sh > "$(DESTDIR)$(BINDIR)/pass"
    4444        @chmod 0755 "$(DESTDIR)$(BINDIR)/pass"
    4545else
    4646install: install-common