Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
6
66
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Eric Vidal
66
Commits
a618adff
Commit
a618adff
authored
5 years ago
by
Eric Vidal
Browse files
Options
Downloads
Patches
Plain Diff
fix skel build
parent
eb500289
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Makefile
+4
-3
4 additions, 3 deletions
Makefile
skel/rc.init
+0
-3
0 additions, 3 deletions
skel/rc.init
with
4 additions
and
6 deletions
Makefile
+
4
−
3
View file @
a618adff
...
...
@@ -114,10 +114,11 @@ $(DESTDIR)$(datadir)/%: skel/%
exec
$(
INSTALL
)
-D
-m
644
$<
$@
grep
--
^
$(
@F
)
< package/modes |
{
read
name mode owner
&&
\
if
[
x
$$
owner
!=
x
]
;
then
chown
--
$$
owner
$@
;
fi
&&
\
chmod
$$
mode
$@
;
}
chmod
$$
mode
$@
;
}
&&
\
exec sed
-e
"s/@BINDIR@/
$(
subst /,
\/
,
$(
bindir
))
/g"
\
-e
"s/@EXECLINE_SHEBANGPREFIX@/
$(
subst /,
\/
,
$(
shebangdir
))
/g"
$<
>
$@
exec sed
-e
"s/@LIVEDIR@/
$(
subst /,
\/
,
$(
livedir
))
/g"
$<
>
$@
-e
"s/@EXECLINE_SHEBANGPREFIX@/
$(
subst /,
\/
,
$(
shebangdir
))
/g"
\
-e
"s/@LIVEDIR@/
$(
subst /,
\/
,
$(
livedir
))
/g"
$<
>
$@
$(DESTDIR)$(system_log)/% $(DESTDIR)$(service_packager)/% $(DESTDIR)$(service_sys)/% $(DESTDIR)$(service_sysconf)/%
:
exec
$(
INSTALL
)
-D
-m
0755
$<
$@
...
...
This diff is collapsed.
Click to expand it.
skel/rc.init
+
0
−
3
View file @
a618adff
...
...
@@ -17,6 +17,3 @@ echo [Initiate db of tree ${TREE}]
echo
[
Start db services of tree
${
TREE
}
]
66-dbctl
-v
${
VERBOSITY
}
-l
${
LIVE
}
-t
${
TREE
}
-u
||
{
echo
"rc.init: fatal: please see the log at
${
LIVE
}
/log/0/current"
;
${
ISHELL
}
;
exit
111
;
}
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment