From: hobbes1069 Date: Sun, 27 Jul 2014 12:27:24 +0000 (+0000) Subject: Fix install of example files to keep permissions. X-Git-Url: http://git.whiteaudio.com/gitweb/?a=commitdiff_plain;h=9e2b185681d74e56283e6697ced3f5d63d70b842;p=freetel-svn-tracking.git Fix install of example files to keep permissions. git-svn-id: https://svn.code.sf.net/p/freetel/code@1771 01035d8c-6547-0410-b346-abe4f91aad63 --- diff --git a/codec2/CMakeLists.txt b/codec2/CMakeLists.txt index b2e57815..396239b3 100644 --- a/codec2/CMakeLists.txt +++ b/codec2/CMakeLists.txt @@ -88,6 +88,7 @@ option(UNITTEST "Build unittest binaries." OFF) option(INSTALL_EXAMPLES "Install example code." OFF) if(INSTALL_EXAMPLES) install(DIRECTORY octave raw script voicing wav + USE_SOURCE_PERMISSIONS DESTINATION share/codec2) endif()