Browse Source

Clifford Wolf:


			
			
				rocklinux
			
			
		
Clifford Wolf 20 years ago
parent
commit
36d3975206
6 changed files with 9 additions and 9 deletions
  1. +1
    -1
      misc/pkgsel/benchmark.in
  2. +1
    -1
      misc/pkgsel/minimal+xfree.in
  3. +1
    -1
      misc/pkgsel/minimal-desktop.in
  4. +1
    -1
      target/bootdisk/build_stage2.sh
  5. +1
    -1
      target/lvp/config.in
  6. +4
    -4
      target/router/pkgsel.sed

+ 1
- 1
misc/pkgsel/benchmark.in

@ -33,7 +33,7 @@ pkgfilter sed '
/ dialog / { p; d; };
/ autoconf / { p; d; };
/ automake=automake18 / { p; d; };
/ bash / { p; d; };
/ bash=bash2 / { p; d; };
/ binutils / { p; d; };
/ bison / { p; d; };
/ bzip2 / { p; d; };

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

@ -34,7 +34,7 @@ pkgfilter sed '
/ dialog / { p; d; };
/ autoconf / { p; d; };
/ automake=automake18 / { p; d; };
/ bash / { p; d; };
/ bash=bash2 / { p; d; };
/ binutils / { p; d; };
/ bison / { p; d; };
/ bzip2 / { p; d; };

+ 1
- 1
misc/pkgsel/minimal-desktop.in

@ -33,7 +33,7 @@ pkgfilter sed '
/ dialog / { p; d; };
/ autoconf / { p; d; };
/ automake=automake18 / { p; d; };
/ bash / { p; d; };
/ bash=bash2 / { p; d; };
/ binutils / { p; d; };
/ bison / { p; d; };
/ bzip2 / { p; d; };

+ 1
- 1
target/bootdisk/build_stage2.sh

@ -23,7 +23,7 @@ package_map=' +00-dirtree +glibc22 +glibc23
-mine -bize -termcap +ncurses
+readline -strace -ltrace -perl5
-m4 -time -gettext -zlib
+bash +attr +acl +findutils
+bash2 +attr +acl +findutils
+mktemp +coreutils -diffutils -patch
-make +grep +sed +gzip
+tar +gawk -flex +bzip2

+ 1
- 1
target/lvp/config.in

@ -27,7 +27,7 @@ pkgfilter sed '
/ 00-dirtree / { p; d; };
/ autoconf / { p; d; };
/ automake / { p; d; };
/ bash / { p; d; };
/ bash=bash2 / { p; d; };
/ bin86 / { p; d; };
/ binutils / { p; d; };
/ bison / { p; d; };

+ 4
- 4
target/router/pkgsel.sed

@ -3,10 +3,10 @@
/ acl / { p; d; }
/ attr / { p; d; }
/ autoconf / { p; d; }
/ automake / { p; d; }
/ bash / { p; d; }
/ bdb33 / { p; d; }
/ bdb41 / { p; d; }
/ automake=automake18 / { p; d; }
/ bash=bash2 / { p; d; }
/ bdb=bdb33 / { p; d; }
/ bdb=bdb41 / { p; d; }
/ binutils / { p; d; }
/ bison / { p; d; }
/ bzip2 / { p; d; }

Loading…
Cancel
Save