mirror of
https://github.com/systemd/systemd.git
synced 2025-01-11 09:18:07 +03:00
build-sys: properly mkdir with DESTDIR set
grawity> ln: failed to create symbolic link ‘/home/grawity/pkg/aur/systemd-git/pkg/systemd//etc/systemd/system/multi-user.target.wants/remote-fs.target’: No such file or directory
This commit is contained in:
parent
11ec7cede5
commit
20d4087669
@ -244,7 +244,7 @@ install-aliases-hook:
|
||||
dir= && $(install-aliases)
|
||||
|
||||
define install-aliases
|
||||
$(MKDIR_P) /$(DESTDIR)$$dir && \
|
||||
$(MKDIR_P) $(DESTDIR)$$dir && \
|
||||
while [ -n "$$1" ]; do \
|
||||
rm -f $(DESTDIR)$$dir/$$2 && \
|
||||
$(LN_S) $$1 $(DESTDIR)$$dir/$$2 && \
|
||||
|
Loading…
Reference in New Issue
Block a user