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
2dd22a77
Commit
2dd22a77
authored
Sep 04, 2014
by
gsell
Browse files
libem.bash: create DOCDIR in em.install_doc()
parent
3694758f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
lib/libem.bash
lib/libem.bash
+1
-2
No files found.
lib/libem.bash
View file @
2dd22a77
...
...
@@ -425,7 +425,6 @@ function _prep() {
(
cd
"
${
BUILD_TMPDIR
}
/src"
&&
tar
${
_UNTAR_FLAGS
}
"
${
TARBALL
}
"
)
fi
install
-m
0755
-d
"
${
DOCDIR
}
"
# create build directory
mkdir
-p
"
${
MODULE_BUILDDIR
}
"
...
...
@@ -454,7 +453,7 @@ function em.post_install() {
function
em.install_doc
()
{
info
"Installing documentation to
${
DOCDIR
}
"
mkdir
-p
"
${
DOCDIR
}
"
install
-m
0755
-d
"
${
DOCDIR
}
"
install
-m0444
"
${
MODULE_DOCFILES
[@]/#/
${
MODULE_SRCDIR
}
/
}
"
"
${
BUILDSCRIPT
}
"
"
${
DOCDIR
}
"
}
...
...
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