Am 21.06.2014 04:55, schrieb Dan Williams:
> Hi!
> 
> Continuing the release bullet-train, here's the next one on the way to
> 0.9.10.


Looking at nmtui, I think I'd prefer if we made /usr/bin/nmtui-*
symbolic links to /usr/bin/nmtui.

This makes it much more obvious then a hard link.

Simple patch attached


-- 
Why is it that all of the instruments seeking intelligent life in the
universe are pointed away from Earth?
diff --git a/tui/Makefile.am b/tui/Makefile.am
index 755b689..0c24466 100644
--- a/tui/Makefile.am
+++ b/tui/Makefile.am
@@ -24,7 +24,7 @@ links = nmtui-edit nmtui-connect nmtui-hostname
 
 install-exec-hook:
 	for link in $(links); do \
-		ln -f $(DESTDIR)$(bindir)/nmtui $(DESTDIR)$(bindir)/$$link; \
+		ln -sf $(DESTDIR)$(bindir)/nmtui $(DESTDIR)$(bindir)/$$link; \
 	done
 
 uninstall-hook:

Attachment: signature.asc
Description: OpenPGP digital signature

_______________________________________________
networkmanager-list mailing list
[email protected]
https://mail.gnome.org/mailman/listinfo/networkmanager-list

Reply via email to