Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
Pmodules
buildblocks
Commits
be2f6d7c
Commit
be2f6d7c
authored
Sep 30, 2015
by
gsell
Browse files
Tools/git/build:
- path to Macports asciidoc added
parent
538b97bc
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
0 deletions
+7
-0
scripts/Tools/git/build
scripts/Tools/git/build
+7
-0
No files found.
scripts/Tools/git/build
View file @
be2f6d7c
...
...
@@ -3,6 +3,8 @@
case
$
{
OS
}
in
Darwin
)
export
NO_APPLE_COMMON_CRYPTO
=
1
# we use 'asciidoc' from MacPorts
PATH
+=
':/opt/local/bin'
;;
esac
...
...
@@ -17,11 +19,16 @@ pbuild::configure() {
pbuild
::
build
()
{
cd
"${MODULE_SRCDIR}"
make
make
-
C
contrib
/
subtree
prefix
=
"${prefix}"
}
pbuild
::
install
()
{
cd
"${MODULE_SRCDIR}"
make
install
make
install
-
doc
make
-
C
contrib
/
subtree
prefix
=
"${PREFIX}"
install
make
-
C
contrib
/
subtree
prefix
=
"${PREFIX}"
install
-
doc
}
pbuild
::
add_to_group
'Tools'
...
...
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