mirror of
https://github.com/AuxXxilium/synology-dsm-open-vm-tools.git
synced 2024-11-23 23:00:59 +07:00
Fixed README.md
This commit is contained in:
parent
5584fc0d13
commit
aa27e1cded
@ -86,7 +86,7 @@ Delete the file:
|
||||
|
||||
`git clone https://github.com/NeverEatYellowSwissSnow/synology-dsm-open-vm-tools.git ~/tmp`
|
||||
|
||||
**7.** Edit the following file which holds the according checksum files and replace all values with the generated checksums from `~/tmp.txt`:
|
||||
**7.** Edit the following file which holds the according checksum files and replace all values with the previously generated checksums from `~/tmp.txt`:
|
||||
|
||||
`nano ~/tmp/spksrc/cross/open-vm-tools/digests`
|
||||
|
||||
@ -96,10 +96,14 @@ Save the file and quit the editor.
|
||||
|
||||
`nano ~/tmp/spksrc/cross/open-vm-tools/Makefile`
|
||||
|
||||
Save the file and quit the editor.
|
||||
|
||||
**9.** Edit the following file and customize the value for the variable `SPK_VERS` and, if you want (optional), also for the variables `MAINTAINER` and `CHANGELOG`:
|
||||
|
||||
`nano ~/tmp/spksrc/spk/open-vm-tools/Makefile`
|
||||
|
||||
Save the file and quit the editor.
|
||||
|
||||
**10.** Copy the `open-vm-tools` build files into the original "SynoCommunity" `spksrc` repository:
|
||||
|
||||
`sudo cp -r ~/tmp/spksrc/ ~/ && rm -rf ~/tmp/spksrc/`
|
||||
|
Loading…
Reference in New Issue
Block a user