[Bash-completion-commits] [bash-completion] 01/01: Revert "README: Don't hardcode /etc in cmake fallback dir"

Ville Skyttä scop-guest at moszumanska.debian.org
Sun Feb 15 09:19:16 UTC 2015


This is an automated email from the git hooks/post-receive script.

scop-guest pushed a commit to branch master
in repository bash-completion.

commit caaa4745e40a5d1d9122b0774ba589ef5fafbcbf
Author: Ville Skyttä <ville.skytta at iki.fi>
Date:   Sun Feb 15 11:17:34 2015 +0200

    Revert "README: Don't hardcode /etc in cmake fallback dir"
    
    This reverts commit 2c5efeec3a3b8cf29dd2f161935e786988d9dc36.
    
    Dunno if there's a standard way to refer to /etc in cmake after all.
---
 README | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/README b/README
index 3113e4f..78cde72 100644
--- a/README
+++ b/README
@@ -146,8 +146,7 @@ Q. I author/maintain package X and would like to maintain my own
        message(STATUS
          "Using bash completion dir ${BASH_COMPLETION_COMPLETIONSDIR}")
      else()
-       set (BASH_COMPLETION_COMPLETIONSDIR
-         "${CMAKE_INSTALL_SYSCONFDIR}/bash_completion.d")
+       set (BASH_COMPLETION_COMPLETIONSDIR "/etc/bash_completion.d")
        message (STATUS
          "Using fallback bash completion dir ${BASH_COMPLETION_COMPLETIONSDIR}")
      endif()

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/bash-completion/bash-completion.git



More information about the Bash-completion-commits mailing list