Skip to content

Commit

Permalink
Revert "README: Don't hardcode /etc in cmake fallback dir"
Browse files Browse the repository at this point in the history
This reverts commit 2c5efee.

Dunno if there's a standard way to refer to /etc in cmake after all.
  • Loading branch information
scop committed Feb 15, 2015
1 parent 2c5efee commit caaa474
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit caaa474

Please sign in to comment.