fix xfce blacklist syntax

This commit is contained in:
Ryan Mulligan 2018-03-21 18:58:49 -07:00
parent aee75e3b47
commit 8e0f388962

2
up.sh
View File

@ -44,7 +44,7 @@ case "$PACKAGE_NAME" in
*electron*) error_exit "multi-platform srcs in file.";;
*linuxHeaders*) error_exit "Not updated until many packages depend on it (part of stdenv).";;
*mpich*) error_exit "Reported on repology.org as mischaracterized newest version";;
*xfce*) error_exit "@volth asked to not update xfce"
*xfce*) error_exit "@volth asked to not update xfce";;
*) true;;
esac || error_exit "Package on blacklist."