Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
systemd
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Labels
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
steam
systemd
Commits
a3723b97
Commit
a3723b97
authored
Jun 22, 2010
by
Lennart Poettering
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
build-sys: fix directory creation of a few dirs
parent
795750ca
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
3 deletions
+12
-3
Makefile.am
Makefile.am
+5
-3
systemd.pc.in
systemd.pc.in
+7
-0
No files found.
Makefile.am
View file @
a3723b97
...
...
@@ -613,8 +613,8 @@ install-data-hook:
$(DESTDIR)$(pkgsysconfdir)
/system/graphical.target.wants
\
$(DESTDIR)$(pkgsysconfdir)
/session
\
$(DESTDIR)$(sysconfdir)
/xdg/systemd
$(MKDIR_P)
-m
0755
$(DESTDIR)
/cgroup
/systemd
||
\
echo
"Don't forget to create /cgroup
/systemd
! Couldn't create it for you, continuing anyway."
$(MKDIR_P)
-m
0755
$(DESTDIR)
/cgroup
||
\
echo
"Don't forget to create /cgroup! Couldn't create it for you, continuing anyway."
(
cd
$(DESTDIR)$(sysconfdir)
/xdg/systemd/
&&
\
rm
-f
session
&&
\
$(LN_S)
$(pkgsysconfdir)
/session session
)
...
...
@@ -670,6 +670,8 @@ install-data-hook:
rm
-f
org.freedesktop.systemd1.service
&&
\
$(LN_S)
../system-services/org.freedesktop.systemd1.service org.freedesktop.systemd1.service
)
if
TARGET_FEDORA
$(MKDIR_P)
-m
0755
\
$(DESTDIR)$(SYSTEM_SYSVINIT_PATH)
(
cd
$(DESTDIR)$(pkgsysconfdir)/system
&&
\
rm
-f
display-manager.service
&&
\
$(LN_S)
$(systemunitdir)/prefdm.service
display-manager.service
)
...
...
@@ -682,7 +684,7 @@ if TARGET_FEDORA
(
cd
$(DESTDIR)$(systemunitdir)
&&
\
rm
-f
local.service
&&
\
$(LN_S)
rc-local.service
local.service
)
(
cd
$(DESTDIR)
/etc/init.d
&&
\
(
cd
$(DESTDIR)
$(SYSTEM_SYSVINIT_PATH)
&&
\
$(LN_S)
halt
reboot
>
/dev/null
2>&1
||
true
)
endif
if
TARGET_GENTOO
...
...
systemd.pc.in
View file @
a3723b97
# This file is part of systemd.
#
# systemd is free software; you can redistribute it and/or modify it
# under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2 of the License, or
# (at your option) any later version.
prefix=@prefix@
exec_prefix=${prefix}
systemdsystemunitdir=@systemunitdir@
...
...
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