Commit c9d97280 authored by Ivan Tyagov's avatar Ivan Tyagov

Fixup: add forgotten trailing / .

parent 3f098d21
...@@ -20,11 +20,11 @@ revision = 7d6b1af ...@@ -20,11 +20,11 @@ revision = 7d6b1af
[osie-coupler] [osie-coupler]
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
path = ${osie-repository:location}/coupler path = ${osie-repository:location}/coupler
bin_dir = ${buildout:directory}/bin bin_dir = ${buildout:directory}/bin/
environment = environment =
PATH=${gcc:prefix}/bin:/usr/bin PATH=${gcc:prefix}/bin:/usr/bin
C_INCLUDE_PATH=${open62541:location}/include:${open62541:location}/deps:${open62541:location}/src/pubsub C_INCLUDE_PATH=${open62541:location}/include:${open62541:location}/deps:${open62541:location}/src/pubsub
LDFLAGS=-L${open62541:location}/lib -Wl,-rpath=${open62541:location}/lib -L ${mbedtls:location}/lib -Wl,-rpath=${mbedtls:location}/lib LDFLAGS=-L${open62541:location}/lib -Wl,-rpath=${open62541:location}/lib -L ${mbedtls:location}/lib -Wl,-rpath=${mbedtls:location}/lib
configure-command = true configure-command = true
post-install = post-install =
cp bin/server ${:bin_dir}/ cp bin/server ${:bin_dir}
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment