[BACK]Return to patch-CMakeLists_txt CVS log [TXT][DIR] Up to [local] / ports / net / mirall / patches

Annotation of ports/net/mirall/patches/patch-CMakeLists_txt, Revision 1.1

1.1     ! kirby       1: $OpenBSD$
        !             2: --- CMakeLists.txt.orig        Tue Apr 29 15:36:39 2014
        !             3: +++ CMakeLists.txt     Tue Apr 29 15:37:09 2014
        !             4: @@ -106,5 +106,5 @@ endif(UNIT_TESTING)
        !             5:  if(BUILD_OWNCLOUD_OSX_BUNDLE)
        !             6:      configure_file(sync-exclude.lst ${OWNCLOUD_OSX_BUNDLE}/Contents/Resources/sync-exclude.lst COPYONLY)
        !             7:  else()
        !             8: -    install( FILES sync-exclude.lst DESTINATION ${SYSCONFDIR}/${APPLICATION_SHORTNAME} )
        !             9: +    install( FILES sync-exclude.lst DESTINATION ${DATADIR}/owncloud )
        !            10:  endif()

CVSweb