fix misspelled SYSCONFDIR in plist
This commit is contained in:
parent
96b9ea8eef
commit
a1b9478e4e
@ -1,11 +1,11 @@
|
||||
# $OpenBSD: Makefile,v 1.4 2020/05/16 11:16:09 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.5 2020/06/01 16:33:05 naddy Exp $
|
||||
|
||||
COMMENT = programmable completion functions for bash
|
||||
|
||||
GH_PROJECT = bash-completion
|
||||
GH_ACCOUNT = scop
|
||||
GH_TAGNAME = 2.10
|
||||
REVISION = 1
|
||||
REVISION = 2
|
||||
|
||||
CATEGORIES = shells sysutils
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2020/05/14 15:27:28 jasper Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.2 2020/06/01 16:33:05 naddy Exp $
|
||||
share/bash-completion/
|
||||
share/bash-completion/bash_completion
|
||||
share/bash-completion/completions/
|
||||
@ -739,7 +739,7 @@ share/cmake/bash-completion/bash-completion-config-version.cmake
|
||||
share/cmake/bash-completion/bash-completion-config.cmake
|
||||
share/examples/bash-completion/
|
||||
share/examples/bash-completion/profile.d/
|
||||
@sample ${SYSCONFIDR}/profile.d/
|
||||
@sample ${SYSCONFDIR}/profile.d/
|
||||
share/examples/bash-completion/profile.d/bash_completion.sh
|
||||
@sample ${SYSCONFIDR}/profile.d/bash_completion.sh
|
||||
@sample ${SYSCONFDIR}/profile.d/bash_completion.sh
|
||||
share/pkgconfig/bash-completion.pc
|
||||
|
Loading…
x
Reference in New Issue
Block a user