Ticket #43495: patch-Makefile.diff
File patch-Makefile.diff, 671 bytes (added by john@…, 11 years ago) |
---|
-
Makefile
old new 40 40 install: install-common 41 41 @mkdir -p "$(DESTDIR)$(LIBDIR)/password-store" && install -m 0644 -v "$(PLATFORMFILE)" "$(DESTDIR)$(LIBDIR)/password-store/platform.sh" 42 42 @mkdir -p "$(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" 44 44 @chmod 0755 "$(DESTDIR)$(BINDIR)/pass" 45 45 else 46 46 install: install-common