Browse Source

Stefan Fiedler:


			
			
				rocklinux
			
			
		
Stefan Fiedler 18 years ago
parent
commit
7931ed1d24
2 changed files with 4 additions and 1 deletions
  1. +0
    -1
      misc/pkgsel/sets/basic.set
  2. +4
    -0
      package/base/bash/postconfig.in

+ 0
- 1
misc/pkgsel/sets/basic.set

@ -49,7 +49,6 @@
/ time / { p; d; }
/ gettext / { p; d; }
/ zlib / { p; d; }
/ bash=bash2 / { p; d; }
/ coreutils / { p; d; }
/ findutils / { p; d; }
/ diffutils / { p; d; }

+ 4
- 0
package/base/bash/postconfig.in

@ -0,0 +1,4 @@
# We rely on bash so heavily that it makes no sense to disable default bash, imho.
# Therefore make sure that it is always enabled.
pkgenable bash=$ROCKCFG_PKG_BASH_DEFAULT

Loading…
Cancel
Save