diff options
Diffstat (limited to 'tools/meson-post-install.sh')
| -rwxr-xr-x | tools/meson-post-install.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/meson-post-install.sh b/tools/meson-post-install.sh index 8a60ce33..2037c0ce 100755 --- a/tools/meson-post-install.sh +++ b/tools/meson-post-install.sh @@ -42,6 +42,6 @@ if [ "$6" = install_docs ]; then ln -f "${DESTDIR}${mandir}/man1/nmtui.1" "${DESTDIR}${mandir}/man1/${alias}.1" done - ln -f "${DESTDIR}${mandir}/man5/NetworkManager.conf.5" "${DESTDIR}${mandir}/man5/nm-system-settings.conf" + ln -f "${DESTDIR}${mandir}/man5/NetworkManager.conf.5" "${DESTDIR}${mandir}/man5/nm-system-settings.conf.5" fi |