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
22b668d4
Commit
22b668d4
authored
Jul 15, 2014
by
gsell
Browse files
libem.bash: install build-script to doc-directory by default
parent
b3985633
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
lib/libem.bash
lib/libem.bash
+2
-1
No files found.
lib/libem.bash
View file @
22b668d4
...
...
@@ -2,6 +2,7 @@
PATH
=
/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/opt/X11/bin
declare
-r
BUILDSCRIPT
=
$(
cd
$(
dirname
"
$0
"
)
&&
pwd
)
/
$(
basename
"
$0
"
)
declare
-rx
ARGS
=
"
$@
"
declare
-rx
SHLIBDIR
=
$(
cd
$(
dirname
"
$BASH_SOURCE
"
)
&&
pwd
)
declare
-r
OS
=
$(
uname
-s
)
...
...
@@ -372,7 +373,7 @@ function em.post_install() {
}
function
em.install_doc
()
{
install
-m0444
${
EM_DOCFILES
[*]
}
"
${
DOCDIR
}
"
install
-m0444
${
EM_DOCFILES
[*]
}
"
${
BUILDSCRIPT
}
"
"
${
DOCDIR
}
"
}
function
_set_link
()
{
...
...
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