mirror of
https://github.com/systemd/systemd.git
synced 2025-03-21 02:50:18 +03:00
units: properly create prefdm symlink
This commit is contained in:
parent
301056b7a0
commit
83698d60db
@ -752,7 +752,7 @@ if TARGET_FEDORA
|
||||
$(LN_S) $(systemunitdir)/prefdm.service display-manager.service )
|
||||
( cd $(DESTDIR)$(pkgsysconfdir)/system/graphical.target.wants && \
|
||||
rm -f prefdm.service && \
|
||||
$(LN_S) ../prefdm.service prefdm.service )
|
||||
$(LN_S) $(systemunitdir)/prefdm.service prefdm.service )
|
||||
( cd $(DESTDIR)$(pkgsysconfdir)/system/multi-user.target.wants && \
|
||||
rm -f rc-local.service && \
|
||||
$(LN_S) $(systemunitdir)/rc-local.service rc-local.service )
|
||||
@ -767,8 +767,8 @@ if TARGET_GENTOO
|
||||
rm -f display-manager.service && \
|
||||
$(LN_S) $(systemunitdir)/xdm.service display-manager.service )
|
||||
( cd $(DESTDIR)$(pkgsysconfdir)/system/graphical.target.wants && \
|
||||
rm -f prefdm.service && \
|
||||
$(LN_S) ../prefdm.service prefdm.service )
|
||||
rm -f xdm.service && \
|
||||
$(LN_S) $(systemunitdir)/xdm.service xdm.service )
|
||||
endif
|
||||
|
||||
DISTCHECK_CONFIGURE_FLAGS = \
|
||||
|
Loading…
x
Reference in New Issue
Block a user