summaryrefslogtreecommitdiff
path: root/debian/patches/binary_name
blob: d030ef30638edea56756697936f969b1c14db80c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
---
 src/CMakeLists.txt |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Index: unionfs.0.25/src/CMakeLists.txt
===================================================================
--- unionfs.0.25.orig/src/CMakeLists.txt
+++ unionfs.0.25/src/CMakeLists.txt
@@ -2,7 +2,7 @@ set(HASHTABLE_SRCS hashtable.c hashtable
 set(UNIONFS_SRCS unionfs.c stats.c opts.c debug.c findbranch.c readdir.c 
     general.c unlink.c cow.c cow_utils.c string.c rmdir.c usyslog.c)
 
-add_executable(unionfs ${UNIONFS_SRCS} ${HASHTABLE_SRCS})
-target_link_libraries(unionfs fuse pthread rt)
+add_executable(unionfs-fuse ${UNIONFS_SRCS} ${HASHTABLE_SRCS})
+target_link_libraries(unionfs-fuse fuse pthread rt)
 
-INSTALL(PROGRAMS ${CMAKE_CURRENT_BINARY_DIR}/unionfs DESTINATION bin)
+INSTALL(PROGRAMS ${CMAKE_CURRENT_BINARY_DIR}/unionfs-fuse DESTINATION bin)