Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
slapos
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Rafael Monnerat
slapos
Commits
d6e45d12
Commit
d6e45d12
authored
Sep 01, 2015
by
Kazuhiko Shiozaki
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
shellinabox: fix environment. version up to v2.18.
parent
022f2549
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
8 deletions
+9
-8
component/shellinabox/buildout.cfg
component/shellinabox/buildout.cfg
+9
-8
No files found.
component/shellinabox/buildout.cfg
View file @
d6e45d12
[buildout]
[buildout]
extends =
extends =
../zlib/buildout.cfg
../openssl/buildout.cfg
../patch/buildout.cfg
../automake/buildout.cfg
../autoconf/buildout.cfg
../autoconf/buildout.cfg
../
libtool
/buildout.cfg
../
automake
/buildout.cfg
../git/buildout.cfg
../git/buildout.cfg
../libtool/buildout.cfg
../m4/buildout.cfg
../openssl/buildout.cfg
../patch/buildout.cfg
../zlib/buildout.cfg
parts = shellinabox
parts = shellinabox
...
@@ -35,7 +36,7 @@ patches =
...
@@ -35,7 +36,7 @@ patches =
; This version has much more features, but does not support IPv6 (support unix domain though)
; This version has much more features, but does not support IPv6 (support unix domain though)
recipe = slapos.recipe.build:gitclone
recipe = slapos.recipe.build:gitclone
repository = https://github.com/shellinabox/shellinabox
repository = https://github.com/shellinabox/shellinabox
revision =
458cd7aa8f513f41f7eee389fa5ff6a51acea593
revision =
b8285748993c4c99e80793775f3d2a0a4e962d5a
git-executable = ${git:location}/bin/git
git-executable = ${git:location}/bin/git
[shellinabox-github]
[shellinabox-github]
...
@@ -45,5 +46,5 @@ configure-command =
...
@@ -45,5 +46,5 @@ configure-command =
${libtool:location}/bin/libtoolize
${libtool:location}/bin/libtoolize
${autoconf:location}/bin/autoreconf -vif
${autoconf:location}/bin/autoreconf -vif
./configure
./configure
environment =
environment
+
=
PATH=${autoconf:location}/bin:${automake:location}/bin:${libtool:location}/bin:%(PATH)s
PATH=${autoconf:location}/bin:${automake:location}/bin:${libtool:location}/bin:
${m4:location}/bin:
%(PATH)s
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment