diff --git a/Documentation/Developers/CHANGELOG-RENE b/Documentation/Developers/CHANGELOG-RENE index 4c889c955..d8e8a4a1d 100644 --- a/Documentation/Developers/CHANGELOG-RENE +++ b/Documentation/Developers/CHANGELOG-RENE @@ -5,6 +5,7 @@ - Daniel Pischl: updated micq - Juergen Sawinski: fixed gnome24/gconf and xml + gnome24 - Sebastian Jaenicke: updated pyslsk, courier-imap + - Stefan Fiedler: package selection *) 2003-11-04 (2.0.0-rc2 - 2.0.0-rc3) diff --git a/misc/pkgsel/minimal+xfree.in b/misc/pkgsel/minimal+xfree.in index 66bf721cc..b3553f1e2 100644 --- a/misc/pkgsel/minimal+xfree.in +++ b/misc/pkgsel/minimal+xfree.in @@ -115,6 +115,6 @@ pkgfilter sed ' / sparc / { p; d; }; / x86 / { p; d; }; -# Removing the rest of packages -/.*/ { s/^X /O /p; d; };' +# Disabling the rest of packages +/.*/ { s/^X /O / ; p; d; };' diff --git a/misc/pkgsel/minimal.in b/misc/pkgsel/minimal.in index e17c0ebaf..1dfd48f2e 100644 --- a/misc/pkgsel/minimal.in +++ b/misc/pkgsel/minimal.in @@ -52,5 +52,5 @@ pkgfilter sed ' / x86 / { p; d; }; # Disable the rest -/.*/ { s/^X /O /p; d; };' +/.*/ { s/^X /O / ; p; d; };' diff --git a/target/desktop/config.in b/target/desktop/config.in index 17b04678d..cb26a8611 100644 --- a/target/desktop/config.in +++ b/target/desktop/config.in @@ -138,7 +138,7 @@ pkgfilter sed ' / tsclient / { p; d; }; # Disable the rest -/.*/ { s/^X /O /p; d; };' +/.*/ { s/^X /O / ; p; d; };' ROCKCFGSET_CREATE_TARBZ2=0 ROCKCFGSET_CREATE_GEM=1 diff --git a/target/server/config.in b/target/server/config.in index 0008d7d86..0c7d386ae 100644 --- a/target/server/config.in +++ b/target/server/config.in @@ -83,7 +83,7 @@ pkgfilter sed ' # Disable the rest -/.*/ { s/^X /O /p; d; };' +/.*/ { s/^X /O / ; p; d; };' ROCKCFGSET_CREATE_TARBZ2=0 ROCKCFGSET_CREATE_GEM=1