Bug 221046 - sysutils/restic: fix path for bash completion script
Summary: sysutils/restic: fix path for bash completion script
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Jimmy Olgeni
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-07-27 13:10 UTC by Jimmy Olgeni
Modified: 2017-07-27 14:32 UTC (History)
1 user (show)

See Also:
wg: maintainer-feedback+


Attachments
Bash completion path fix (1.45 KB, patch)
2017-07-27 13:10 UTC, Jimmy Olgeni
olgeni: maintainer-approval+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jimmy Olgeni freebsd_committer freebsd_triage 2017-07-27 13:10:55 UTC
Created attachment 184768 [details]
Bash completion path fix

Restic currently tries to write its bash completion script in /etc/bash_completion.d/, ignoring PREFIX.
Comment 1 William Grzybowski freebsd_committer freebsd_triage 2017-07-27 13:22:16 UTC
Approved, thanks!
Comment 2 commit-hook freebsd_committer freebsd_triage 2017-07-27 14:31:20 UTC
A commit references this bug:

Author: olgeni
Date: Thu Jul 27 14:30:20 UTC 2017
New revision: 446743
URL: https://svnweb.freebsd.org/changeset/ports/446743

Log:
  sysutils/restic: respect PREFIX in creation of bash completion script.

  PR:		221046
  Submitted by:	olgeni
  Approved by:	maintainer

Changes:
  head/sysutils/restic/Makefile
  head/sysutils/restic/files/
  head/sysutils/restic/files/patch-src_cmds_restic_cmd__autocomplete.go
Comment 3 Jimmy Olgeni freebsd_committer freebsd_triage 2017-07-27 14:32:49 UTC
Patch committed.