File tree 1 file changed +4
-4
lines changed
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
13
13
14
14
install_files :
15
15
@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
18
18
19
19
manpages :
20
20
@echo create the docs files to be installed
21
21
gzip -c docs/notes.1 > tmp/notes.1.gz
22
22
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
25
25
26
26
clean :
27
27
@echo clean up after build
You can’t perform that action at this time.
0 commit comments