Commit 609382b1 authored by Lorenzo Martinico's avatar Lorenzo Martinico

Correct obs-buildout prefix directories

parent da098a68
[buildout] [buildout]
extends = extends =
https://lab.nexedi.com/nexedi/slapos/raw/1.0.65/stack/slapos.cfg file:///usr/local/tmp/slapos/stack/slapos.cfg
https://lab.nexedi.com/nexedi/slapos/raw/1.0.65/component/chrpath/buildout.cfg file:///usr/local/tmp/slapos/component/chrpath/buildout.cfg
https://lab.nexedi.com/nexedi/slapos/raw/1.0.65/component/re6stnet/buildout.cfg file:///usr/local/tmp/slapos/component/re6stnet/buildout.cfg
extends-cache = ${buildout:directory}/extends-cache extends-cache = ${buildout:directory}/extends-cache
download-cache = ${buildout:directory}/download-cache download-cache = ${buildout:directory}/download-cache
...@@ -30,12 +30,13 @@ scripts = dummy ...@@ -30,12 +30,13 @@ scripts = dummy
# ./configure --prefix=INSTALL_DIRECTORY && make install DESTDIR=BUILD_DIRECTORY # ./configure --prefix=INSTALL_DIRECTORY && make install DESTDIR=BUILD_DIRECTORY
[python2.7] [python2.7]
configure-options += configure-options +=
--prefix=${buildout:directory}/parts/${:_buildout_section_name_} --prefix=/usr/local/opt/re6st/parts/${:_buildout_section_name_}
environment +=
DESTDIR=/usr/local/tmp/crew/dest/
[openssl] [openssl]
prefix = parts/${:_buildout_section_name_} prefix = /usr/local/opt/re6st/parts/${:_buildout_section_name_}
environment += environment +=
INSTALL_PREFIX=${buildout:directory}/ INSTALL_PREFIX=/usr/local/tmp/crew/dest/
[versions] [versions]
re6stnet = 0.494 re6stnet = 0.494
......
No preview for this file type
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