Mac: Deploy sync-exclude.lst to bundle at build time

This commit is contained in:
Daniel Molkentin 2012-11-16 16:34:01 +01:00
parent b6dfdc4c57
commit f8f188add4

View file

@ -88,7 +88,7 @@ if(UNIT_TESTING)
endif(UNIT_TESTING)
if(BUILD_OWNCLOUD_OSX_BUNDLE)
install( FILES sync-exclude.lst DESTINATION ${OWNCLOUD_OSX_BUNDLE}/Contents/Resources )
configure_file(sync-exclude.lst ${OWNCLOUD_OSX_BUNDLE}/Contents/Resources/sync-exclude.lst COPYONLY)
else()
install( FILES sync-exclude.lst DESTINATION ${CMAKE_INSTALL_SYSCONFDIR} )
endif()