diff options
Diffstat (limited to 'appliance/make.sh.in')
-rwxr-xr-x | appliance/make.sh.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/appliance/make.sh.in b/appliance/make.sh.in index 9e54b4af..3b51fcfa 100755 --- a/appliance/make.sh.in +++ b/appliance/make.sh.in @@ -21,7 +21,7 @@ unset CDPATH 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'" +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" # Run febootstrap on the package list. if [ "x@FEBOOTSTRAP_YUM_CONFIG@" != "xno" ]; then |