Makefile fix.
This commit is contained in:
parent
ae586d053b
commit
f53aaced69
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -6,7 +6,7 @@ clean:
|
||||||
|
|
||||||
install:
|
install:
|
||||||
cp ./checkpw /usr/bin/
|
cp ./checkpw /usr/bin/
|
||||||
cp ./checkpw.1 /usr/share/man/man1/
|
install -g 0 -o 0 -m 0644 checkpw.1 /usr/share/man/man1/
|
||||||
gzip -f /usr/share/man/man1/checkpw.1
|
gzip -f /usr/share/man/man1/checkpw.1
|
||||||
cp ./checkpw.h /usr/include/
|
cp ./checkpw.h /usr/include/
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue