]> git.pld-linux.org Git - packages/camwire.git/blob - camwire-etc.patch
- added more fixes for gcc 13
[packages/camwire.git] / camwire-etc.patch
1 --- camwire2-1.9.0-Source/CMakeLists.txt.orig   2011-02-17 03:31:14.000000000 +0100
2 +++ camwire2-1.9.0-Source/CMakeLists.txt        2011-08-07 01:26:59.533060518 +0200
3 @@ -25,7 +25,7 @@
4  add_subdirectory (examples)
5  
6  # What to install where:
7 -install (DIRECTORY etc/ DESTINATION etc PATTERN "RCS" EXCLUDE)
8 +install (DIRECTORY etc/ DESTINATION /etc PATTERN "RCS" EXCLUDE)
9  install (DIRECTORY share/ DESTINATION share)
10  
11  
This page took 0.065581 seconds and 3 git commands to generate.