Browse Source

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
rocklinux
Rene Rebe 21 years ago
parent
commit
abee17a98b
1 changed files with 5 additions and 3 deletions
  1. +5
    -3
      misc/pkgsel/minimal+xfree.in

+ 5
- 3
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; };

Loading…
Cancel
Save