From 0643091c8373fdbba9c824c786a5858268072e0b Mon Sep 17 00:00:00 2001 From: Clifford Wolf Date: Wed, 16 Feb 2005 15:45:00 +0000 Subject: [PATCH] Clifford Wolf: Explicitely remove xfree86 in target/crystal/config.in [2005020813302023403] (https://www.rocklinux.net/submaster) git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@5643 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc --- target/crystal/config.in | 1 + 1 file changed, 1 insertion(+) diff --git a/target/crystal/config.in b/target/crystal/config.in index f966f47e0..f89e57c23 100644 --- a/target/crystal/config.in +++ b/target/crystal/config.in @@ -26,6 +26,7 @@ bool 'Also build the add-on packages for network install' \ if [ $ROCKCFG_TARGET_CRYSTAL_BUILDADDONS = 1 ] then pkgfilter sed \ + -e '/ xfree86 / d' \ -e '/CORE/ s/^\(. .........\)./\1-/' \ -e '/CORE/ ! s/^\(.\) .........\(.\)/\1 ---------\2/' else