obexftp-0.24-fuse.patch 786 B

123456789101112131415161718192021222324252627282930313233343536
  1. From 2cc82e0ab5a30eaab5461dcc4eed41b095edba3f Mon Sep 17 00:00:00 2001
  2. From: Hendrik Sattler <post@hendrik-sattler.de>
  3. Date: Sun, 11 Aug 2013 20:27:29 +0200
  4. Subject: [PATCH] Install fuse apps
  5. ---
  6. fuse/CMakeLists.txt | 7 ++++++-
  7. 1 files changed, 6 insertions(+), 1 deletions(-)
  8. diff --git a/fuse/CMakeLists.txt b/fuse/CMakeLists.txt
  9. index c31a5fc..7d5f7ea 100644
  10. --- a/fuse/CMakeLists.txt
  11. +++ b/fuse/CMakeLists.txt
  12. @@ -14,7 +14,6 @@ if ( Fuse_FOUND )
  13. ${Fuse_LIBRARIES}
  14. )
  15. -
  16. add_executable ( obexautofs
  17. obexautofs.c
  18. )
  19. @@ -23,4 +22,10 @@ if ( Fuse_FOUND )
  20. obexftp
  21. ${Fuse_LIBRARIES}
  22. )
  23. +
  24. + install ( TARGETS obexfs obexautofs
  25. + RUNTIME
  26. + DESTINATION ${CMAKE_INSTALL_BINDIR}
  27. + COMPONENT applications
  28. + )
  29. endif ( Fuse_FOUND )
  30. --
  31. 1.7.1