#!/bin/sh

# Copyright (c) 2008-2011 Aleksey Cheusov <vle@gmx.net>
# All rights reserved.
#
# See LICENSE file

######################################################################

set -e

. "$DISTBB_CONF"
. /usr/pkg/libexec/distbb/common

pkg_grep_summary -e NO_BIN_ON_CDROM < "$PKG_SUMMARY" |
awk -F= "\$1 == \"PKGNAME\" {print \"All/\" \$2 \"$PKG_SUFX\"}"

print_binrep_spec_files
