mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-10 15:10:37 +02:00
gnu: clifm: Fix bash completion directory.
* gnu/packages/clifm.scm (clifm)[arguments]: Add a phase to adjust the bash completion directory. Change-Id: I1652c9284eab295d28a82518e9e165c2b90776d9
This commit is contained in:
@@ -50,7 +50,12 @@
|
||||
#:phases (modify-phases %standard-phases
|
||||
(delete 'configure)
|
||||
(delete 'build)
|
||||
(delete 'check))))
|
||||
(delete 'check)
|
||||
(add-after 'unpack 'fix-bash-completion-directory
|
||||
(lambda _
|
||||
(substitute* "Makefile"
|
||||
(("\\$\\(DATADIR\\)/bash-completion/completions")
|
||||
"$(PREFIX)/etc/bash_completion.d")))))))
|
||||
(inputs (list acl file libcap readline))
|
||||
(home-page "https://github.com/leo-arch/clifm")
|
||||
(synopsis "Command-line file manager")
|
||||
|
||||
Reference in New Issue
Block a user