summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--index.html6
1 files changed, 5 insertions, 1 deletions
diff --git a/index.html b/index.html
index f7c8bcc..2a90c2a 100644
--- a/index.html
+++ b/index.html
@@ -2200,7 +2200,11 @@ https://...</pre>
<p>
You could also try to provide a <code>$(PKG)_UPDATE</code> section.
However, that requires some experience and "feeling" for it.
- So it is perfectly okay if you leave the <code>$(PKG)_UPDATE</code> section empty.
+ So it is perfectly okay if you leave a placeholder:
+ <pre>define $(PKG)_UPDATE
+ echo 'TODO: write update script for $(PKG).' >&2;
+ echo $($(PKG)_VERSION)
+endef</pre>
We'll fill that in for you.
It's a funny exercise.
</p>