From 40b3f60cde20f4ef5f063c76909e381f52e131ed Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Mon, 5 Nov 2012 04:14:05 -0800 Subject: [PATCH] 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. --- CMakeLists.txt | 3 +-- 1 file changed, 1 insertion(+), 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 "") -- 2.11.4.GIT