Edit

IABSD.fr/ports/sysutils/fd/patches

Branch :

  • Show log

    Commit

  • Author : sthen
    Date : 2023-02-01 05:07:56
    Hash : fb6831ab
    Message : fix typo (I forgot to re-run update-patches), pointed out by Laurent Cheylus

  • patch-Makefile
  • Index: Makefile
    --- Makefile.orig
    +++ Makefile
    @@ -5,9 +5,6 @@ bindir=$(prefix)/bin
     datadir=$(prefix)/share
     exe_name=fd
     
    -$(EXE): Cargo.toml src/**/*.rs
    -	cargo build --profile $(PROFILE)
    -
     .PHONY: completions
     completions: autocomplete/fd.bash autocomplete/fd.fish autocomplete/fd.ps1 autocomplete/_fd
     
    @@ -34,4 +31,4 @@ install: $(EXE) completions
     	install -Dm644 autocomplete/fd.bash $(DESTDIR)/$(datadir)/bash-completion/completions/$(exe_name)
     	install -Dm644 autocomplete/fd.fish $(DESTDIR)/$(datadir)/fish/vendor_completions.d/$(exe_name).fish
     	install -Dm644 autocomplete/_fd $(DESTDIR)/$(datadir)/zsh/site-functions/_$(exe_name)
    -	install -Dm644 doc/fd.1 $(DESTDIR)/$(datadir)/man/man1/$(exe_name).1
    +	install -Dm644 doc/fd.1 $(DESTDIR)/$(prefix)/man/man1/$(exe_name).1