diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2010-02-13 20:18:52 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2010-02-13 20:18:52 +0100 |
commit | 69ed32e297a10a4d690abe842fdd8a78843d7f28 (patch) | |
tree | 50c39e44ebc398a284a528847538574ea97c0441 /scripts/ipkg-build | |
parent | fb29d8570b015c9bc0b7876db5b3a1dba732aa2a (diff) |
add cvs package, add half-ready bzr package
Diffstat (limited to 'scripts/ipkg-build')
-rw-r--r-- | scripts/ipkg-build | 2 |
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` |