Browse Source

correct symlink for overinstalling

tags/v1.3
Nils 5 years ago
parent
commit
2fe812f9ae
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      meson.build

+ 1
- 1
meson.build View File

@@ -67,7 +67,7 @@ if fluid.found() and fltkdep.found()
)

meson.add_install_script('sh', '-c',
'ln -s new-session-manager @0@/@1@/non-session-manager'.format(get_option('prefix'), get_option('bindir')))
'ln -sf new-session-manager @0@/@1@/non-session-manager'.format(get_option('prefix'), get_option('bindir')))

executable('nsm-proxy-gui',
sources: ['src/nsm-proxy-gui.cpp', [NSM_Proxy_UI_cpp, NSM_Proxy_UI_h]],


Loading…
Cancel
Save