summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2010-02-13 20:18:52 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2010-02-13 20:18:52 +0100
commit69ed32e297a10a4d690abe842fdd8a78843d7f28 (patch)
tree50c39e44ebc398a284a528847538574ea97c0441 /scripts
parentfb29d8570b015c9bc0b7876db5b3a1dba732aa2a (diff)
add cvs package, add half-ready bzr package
Diffstat (limited to 'scripts')
-rw-r--r--scripts/ipkg-build2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/ipkg-build b/scripts/ipkg-build
index ec0e0cdef..a94593944 100644
--- a/scripts/ipkg-build
+++ b/scripts/ipkg-build
@@ -98,7 +98,7 @@ You probably want to remove them: " >&2
[ "$?" -ne 0 ] && PKG_ERROR=1
if [ -z "$section" ]; then
echo "The Section field should have one of the following values:" >&2
- echo "admin, base, comm, editors, extras, games, graphics, kernel, lang, libs, misc, net, text, web, x11" >&2
+ echo "admin, base, comm, editors, extras, games, graphics, kernel, lang, libs, misc, net, scm, text, web, x11" >&2
fi
priority=`required_field Priority`