Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Guilhem Saurel
hpp-doc
Commits
04c705d0
Commit
04c705d0
authored
Jan 04, 2016
by
Joseph Mirabel
Committed by
Joseph Mirabel
Jan 04, 2016
Browse files
Add config.sh to the tar balls.
parent
e5f02db6
Changes
1
Hide whitespace changes
Inline
Side-by-side
script/auto-install-hpp.sh
View file @
04c705d0
...
...
@@ -89,8 +89,8 @@ if [ ${MAKE_TARBALL} = true ]; then
cd
$DEVEL_DIR
/
mkdir
tarball
SUFFIX
=
"
${
BRANCH
}
-
`
date
+%Y%m%d
`
-
${
BUILD_TYPE
}
"
tar
czf
"tarball/hpp.src.
${
SUFFIX
}
.tar.gz"
src/
install
/
tar
czf
"tarball/hpp.
${
SUFFIX
}
.tar.gz"
install
/
tar
czf
"tarball/hpp.src.
${
SUFFIX
}
.tar.gz"
src/
install
/
config.sh
tar
czf
"tarball/hpp.
${
SUFFIX
}
.tar.gz"
install
/
config.sh
INSTALL
=
"
$DEVEL_DIR
/tarball/check.
${
SUFFIX
}
.sh"
echo
"#!/bin/bash"
>
${
INSTALL
}
echo
"# Dependencies"
>>
${
INSTALL
}
...
...
Write
Preview
Supports
Markdown
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