Skip to content
Snippets Groups Projects
Commit dca1572b authored by Vincent Le gallic's avatar Vincent Le gallic
Browse files

Mauvais fichier de config client installé par le Makefile

parent 5b6a576e
No related branches found
No related tags found
No related merge requests found
......@@ -31,7 +31,7 @@ install:
install -d ~/bin
install client.py ~/bin/${cmd_name}
install -d ~/.config/${cmd_name}
install clientconfig.py ~/.config/${cmd_name}
install clientconfig.example.py ~/.config/${cmd_name}
@if [ "${cmd_name}" != "${cmd_original_name}" ]; then make --quiet rerename; fi
install-server:
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment