You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by ac...@apache.org on 2018/03/06 15:47:12 UTC

[3/4] qpid-proton git commit: NO-JIRA [ruby] remove extraneous "lib/" directory from ruby install

NO-JIRA [ruby] remove extraneous "lib/" directory from ruby install


Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo
Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/daaf0921
Tree: http://git-wip-us.apache.org/repos/asf/qpid-proton/tree/daaf0921
Diff: http://git-wip-us.apache.org/repos/asf/qpid-proton/diff/daaf0921

Branch: refs/heads/master
Commit: daaf09213776de21a4037593ac4ade096650ffc6
Parents: 20c1418
Author: Alan Conway <ac...@redhat.com>
Authored: Mon Mar 5 16:57:22 2018 -0500
Committer: Alan Conway <ac...@redhat.com>
Committed: Tue Mar 6 09:59:03 2018 -0500

----------------------------------------------------------------------
 proton-c/bindings/ruby/CMakeLists.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/qpid-proton/blob/daaf0921/proton-c/bindings/ruby/CMakeLists.txt
----------------------------------------------------------------------
diff --git a/proton-c/bindings/ruby/CMakeLists.txt b/proton-c/bindings/ruby/CMakeLists.txt
index d0747cb..3b70b2a 100644
--- a/proton-c/bindings/ruby/CMakeLists.txt
+++ b/proton-c/bindings/ruby/CMakeLists.txt
@@ -101,7 +101,7 @@ if (NOT RUBY_ARCHLIB_DIR)
 endif()
 
 install(TARGETS cproton-ruby DESTINATION ${RUBY_ARCHLIB_DIR} COMPONENT Ruby)
-install(DIRECTORY lib DESTINATION ${RUBY_ARCHLIB_DIR} COMPONENT Ruby)
+install(DIRECTORY lib/ DESTINATION ${RUBY_ARCHLIB_DIR} COMPONENT Ruby)
 
 ## Tests
 


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org