X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=Makefile.am;h=3c54043975133efb0eb1808be19043d54e0f0f61;hp=bebfd2f7370a9ef35be9218c02a1da9a04605edd;hb=922cc0011979f8eda0f8b07f76bca744f50f0e31;hpb=0ff4cdd967246bbc44f66470c2e96b403ee77aed diff --git a/Makefile.am b/Makefile.am index bebfd2f73..3c5404397 100644 --- a/Makefile.am +++ b/Makefile.am @@ -195,7 +195,8 @@ if TARGET_SUSE dist_systemunit_DATA += \ units/suse/halt.service \ units/suse/poweroff.service \ - units/suse/reboot.service + units/suse/reboot.service \ + units/suse/fsck.target endif if TARGET_GENTOO @@ -787,6 +788,11 @@ if TARGET_GENTOO rm -f xdm.service && \ $(LN_S) $(systemunitdir)/xdm.service xdm.service ) endif +if !TARGET_SUSE + ( cd $(DESTDIR)$(systemunitdir) && \ + rm -f fsck.target && \ + $(LN_S) sysinit.target fsck.target ) +endif DISTCHECK_CONFIGURE_FLAGS = \ --with-dbuspolicydir=$$dc_install_base/$(dbuspolicydir) \