diff options
author | Chris Robinson <[email protected]> | 2012-11-05 04:14:05 -0800 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2012-11-05 04:14:05 -0800 |
commit | 40b3f60cde20f4ef5f063c76909e381f52e131ed (patch) | |
tree | 2d281b942a590f343b853c1d85eba9893c48dbd9 | |
parent | 2b27d243cab87ce807d18f1b61a7ef1e9b40f1f1 (diff) |
Install the config example into share/openal instead of /etc/openal
/etc/openal/alsoft.conf is still used for configuration, only the sample's
install placement is changed.
-rw-r--r-- | CMakeLists.txt | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index d793eed6..bfab33f8 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -795,8 +795,7 @@ ENDIF() # Install alsoft.conf configuration file IF(ALSOFT_CONFIG) INSTALL(FILES alsoftrc.sample - DESTINATION /etc/openal - RENAME alsoft.conf + DESTINATION share/openal ) MESSAGE(STATUS "Installing sample alsoft.conf") MESSAGE(STATUS "") |