Skip to content

Commit

Permalink
Fix tarball build order error.
Browse files Browse the repository at this point in the history
  • Loading branch information
cerebrate committed Sep 29, 2022
1 parent c705012 commit e814cd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -209,9 +209,9 @@ internal-supplement:
mkdir -p "$(ETCSVCDIR)/sysinit.target.wants"
ln -sr $(SVCDIR)/pstorefs.service $(ETCSVCDIR)/sysinit.target.wants/pstorefs.service
ln -sr $(SVCDIR)/securityfs.service $(ETCSVCDIR)/sysinit.target.wants/securityfs.service
ln -sr $(SVCDIR)/wslg-socket.service $(ETCSVCDIR)/multi-user.target.wants/wslg-socket.service

mkdir -p "$(ETCSVCDIR)/multi-user.target.wants"
ln -sr $(SVCDIR)/wslg-socket.service $(ETCSVCDIR)/multi-user.target.wants/wslg-socket.service
ln -sr $(SVCDIR)/systemd-machined.service $(ETCSVCDIR)/multi-user.target.wants/systemd-machined.service

# Cleanup temporary directory
Expand Down

0 comments on commit e814cd8

Please sign in to comment.