aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Ferrell <major@homeonderanged.org>2012-04-28 11:30:54 -0500
committerMark Ferrell <major@homeonderanged.org>2012-04-28 11:30:54 -0500
commit43ad38d3b63c0e026c1524741c49af529a5329cf (patch)
treecb5edc68b4d16572df92840fe3ec00cf1573a182
parentb3e3c816f189f62e72a204967b06f8f5421e0458 (diff)
Do not require a SOURCE_URI in packages
* This allows the idea of "empty" virtual packages and glue packages which combine the artifacts of other packages.
-rwxr-xr-xscripts/build4
1 files changed, 0 insertions, 4 deletions
diff --git a/scripts/build b/scripts/build
index df081af..07481b2 100755
--- a/scripts/build
+++ b/scripts/build
@@ -133,10 +133,6 @@ import()
if [ -z "${DESCRIPTION}" ]; then
die "missing description in '${NAME}'"
fi
-
- if [ -z "${SOURCE_URI}" ]; then
- die "SOURCE_URI undefined and no source directory in '${CATEGORY}/${NAME}'"
- fi
}
if [ ! -z "${BUILDER_DEBUG}" ]; then