From abee17a98ba8d5cf79d62dca086658abdb7a8c1b Mon Sep 17 00:00:00 2001 From: Rene Rebe Date: Thu, 1 Jan 2004 18:29:10 +0000 Subject: [PATCH] tiny fixed to the minmal+xfree package selection template git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@2086 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc --- misc/pkgsel/minimal+xfree.in | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/misc/pkgsel/minimal+xfree.in b/misc/pkgsel/minimal+xfree.in index b3553f1e2..c44e5398e 100644 --- a/misc/pkgsel/minimal+xfree.in +++ b/misc/pkgsel/minimal+xfree.in @@ -23,7 +23,9 @@ # TITLE: Minimalistic package selection + XFree86 pkgfilter sed ' + # Add strictly required packages + / 00-dirtree / { p; d; }; / aterm / { p; d; }; / bind / { p; d; }; @@ -61,9 +63,9 @@ pkgfilter sed ' / libpng / { p; d; }; / libtiff / { p; d; }; / libungif / { p; d; }; -/ linux24 / { p; d; }; -/ linux24-header / { p; d; }; -/ linux24-src / { p; d; }; +/ linux.* / { p; d; }; +/ linux.*-header / { p; d; }; +/ linux.*-src / { p; d; }; / m4 / { p; d; }; / make / { p; d; }; / man / { p; d; };