mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-24 18:20:07 +01:00
build: minor change creating symlinks in install-exec-hook for nmtui
This commit is contained in:
parent
39fc73eed9
commit
39d6976e89
1 changed files with 2 additions and 2 deletions
|
|
@ -25,12 +25,12 @@ links = nmtui-edit nmtui-connect nmtui-hostname
|
|||
|
||||
install-exec-hook:
|
||||
for link in $(links); do \
|
||||
cd $(DESTDIR)$(bindir) && $(LN_S) -f nmtui $$link; \
|
||||
$(LN_S) -f nmtui "$(DESTDIR)$(bindir)/$$link"; \
|
||||
done
|
||||
|
||||
uninstall-hook:
|
||||
for link in $(links); do \
|
||||
rm -f $(DESTDIR)$(bindir)/$$link; \
|
||||
rm -f "$(DESTDIR)$(bindir)/$$link"; \
|
||||
done
|
||||
|
||||
nmtui_SOURCES = \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue