mirror of
https://github.com/nishiki/manage-password.git
synced 2024-11-23 13:57:52 +00:00
update the makefile
This commit is contained in:
parent
5964044f78
commit
0e9f235be8
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -7,7 +7,7 @@ dep-ubuntu:
|
|||
|
||||
install:
|
||||
mkdir -p /usr/local/mpw
|
||||
cp -r ./MPW /usr/local/mpw/
|
||||
cp -r ./lib /usr/local/mpw/
|
||||
cp -r ./i18n /usr/local/mpw/
|
||||
cp ./mpw /usr/local/mpw/
|
||||
ln -snf /usr/local/mpw/mpw /usr/local/bin/
|
||||
|
|
Loading…
Reference in a new issue