Browse Source

enabled expat for the minimal* package selection templates

git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@2286 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc
rocklinux
Rene Rebe 21 years ago
parent
commit
2e613affb4
2 changed files with 2 additions and 0 deletions
  1. +1
    -0
      misc/pkgsel/minimal+xfree.in
  2. +1
    -0
      misc/pkgsel/minimal.in

+ 1
- 0
misc/pkgsel/minimal+xfree.in

@ -44,6 +44,7 @@ pkgfilter sed '
/ diffutils / { p; d; };
/ e2fsprogs / { p; d; };
/ ed / { p; d; };
/ expat / { p; d; };
/ file / { p; d; };
/ coreutils / { p; d; };
/ findutils / { p; d; };

+ 1
- 0
misc/pkgsel/minimal.in

@ -58,6 +58,7 @@ pkgfilter sed '
# Enable packages
/ subversion-static / { p; d; };
/ expat / { p; d; };
# Disable the rest
/.*/ { s/^X /O / ; p; d; };'

Loading…
Cancel
Save