Skip to content
This repository was archived by the owner on Feb 17, 2022. It is now read-only.

Commit eebbd4b

Browse files
committed
Update Readme
1 parent 377c9bf commit eebbd4b

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

README.md

+8-2
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,13 @@ Save the file and quit the editor.
120120

121121
`make setup`
122122

123-
**12.** Compile:
123+
**12.** Install missing package `sponge`
124+
125+
The official synocommunity/spksrc docker container is missing the binary sponge. You need to install that for the build to finish:
126+
`apt update`
127+
`apt install moreutils`
128+
129+
**13.** Compile:
124130

125131
`cd /spksrc/spk/open-vm-tools/ && make arch-apollolake-7.0`
126132

@@ -144,6 +150,6 @@ You can now find the compiled `.spk`-package here:
144150

145151
`~/tmp/spksrc/packages`
146152

147-
**13.** Install the compiled `.spk`-package on your `Synology DSM` system.
153+
**14.** Install the compiled `.spk`-package on your `Synology DSM` system.
148154

149155
Done.

0 commit comments

Comments
 (0)