File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -13,15 +13,15 @@ install: manpages install_files
1313
1414install_files :
1515 @echo do the install stuff
16- sudo install -o root -g root - m 755 notes /usr/local/bin/notes
17- sudo ln -s /usr/local/bin/notes /usr/local/bin/notebook
16+ sudo install -o root -m 755 notes /usr/local/bin/notes
17+ sudo ln -sf /usr/local/bin/notes /usr/local/bin/notebook
1818
1919manpages :
2020 @echo create the docs files to be installed
2121 gzip -c docs/notes.1 > tmp/notes.1.gz
2222 gzip -c docs/notebook.1 > tmp/notebook.1.gz
23- sudo install -o root -g root -m 644 tmp/notes.1.gz /usr/share/man/man1
24- sudo install -o root -g root -m 644 tmp/notebook.1.gz /usr/share/man/man1
23+ sudo install -o root -m 644 tmp/notes.1.gz /usr/share/man/man1
24+ sudo install -o root -m 644 tmp/notebook.1.gz /usr/share/man/man1
2525
2626clean :
2727 @echo clean up after build
You can’t perform that action at this time.
0 commit comments