[clfft] 59/128: Install examples to share/clFFT/examples

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Thu Oct 22 14:54:39 UTC 2015


This is an automated email from the git hooks/post-receive script.

ghisvail-guest pushed a commit to branch master
in repository clfft.

commit 8e34e31465231460d1bda73e34584bc7d4862be1
Author: Marius Brehler <marbre at linux.sungazer.de>
Date:   Sun Sep 6 12:01:55 2015 +0200

    Install examples to share/clFFT/examples
---
 src/examples/CMakeLists.txt | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/examples/CMakeLists.txt b/src/examples/CMakeLists.txt
index f93f0fb..0073a34 100644
--- a/src/examples/CMakeLists.txt
+++ b/src/examples/CMakeLists.txt
@@ -47,7 +47,7 @@ FOREACH(FILE ${FILES})
         OUTPUT_NAME ${EXAMPLE}
         RUNTIME_OUTPUT_DIRECTORY ${DIR_NAME})
 
-    INSTALL(FILES ${FILE} DESTINATION "share/clFFT")
+    INSTALL(FILES ${FILE} DESTINATION "share/clFFT/examples")
     INSTALL(TARGETS ${EXAMPLE_NAME}
-        RUNTIME DESTINATION "bin${SUFFIX_BIN}/examples")
+        RUNTIME DESTINATION "share/clFFT/examples")
 ENDFOREACH()

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/clfft.git



More information about the debian-science-commits mailing list