debian: Exclude file-rc.

This package duplicates /etc/init.d/README which is
really supplied by sysv-rc package.
This commit is contained in:
Richard W.M. Jones
2010-12-09 16:24:35 +00:00
parent ff484e0053
commit b5516dc9d4

View File

@@ -23,6 +23,9 @@ set -e
# XXX Distro-dependent in future.
excludes="--exclude ^perl --exclude ^python --exclude ^fedora-logos --exclude ^redhat-logos --exclude ^dracut --exclude ^upstart --exclude ^plymouth --exclude ^systemd --exclude ^linux-firmware --exclude ^kbd-misc"
# For Debian:
excludes="$excludes --exclude ^file-rc"
# Run febootstrap on the package list.
if [ "x@FEBOOTSTRAP_YUM_CONFIG@" != "xno" ]; then
extra="--yum-config @FEBOOTSTRAP_YUM_CONFIG@"