Fixed README.md

This commit is contained in:
AuxXxilium 2021-01-27 09:18:24 -08:00
parent 5584fc0d13
commit aa27e1cded

View File

@ -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/`