aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2012-11-05 04:14:05 -0800
committerChris Robinson <[email protected]>2012-11-05 04:14:05 -0800
commit40b3f60cde20f4ef5f063c76909e381f52e131ed (patch)
tree2d281b942a590f343b853c1d85eba9893c48dbd9
parent2b27d243cab87ce807d18f1b61a7ef1e9b40f1f1 (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.txt3
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 "")