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.
This commit is contained in:
Chris Robinson
2012-11-05 04:14:05 -08:00
parent 2b27d243ca
commit 40b3f60cde
+1 -2
View File
@@ -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 "")