Browse Source

Stefan Fiedler:


			
			
				rocklinux
			
			
		
Stefan Fiedler 17 years ago
parent
commit
3311cbc0a4
2 changed files with 4 additions and 3 deletions
  1. +1
    -1
      target/crystal/build.sh
  2. +3
    -2
      target/crystal/config.in

+ 1
- 1
target/crystal/build.sh

@ -13,7 +13,7 @@ mkdir -p build/${ROCKCFG_ID}/ROCK/pkgs_sel
(cd build/${ROCKCFG_ID}/ROCK/pkgs/;
ls | xargs ln --target-directory="../pkgs_sel";)
if [ "$ROCKCFG_TARGET_CRYSTAL_REMOVEDOCS" = 1 ]; then
if [ "$ROCKCFG_TARGET_CRYSTAL_INCLUDEDOCS" != 1 ]; then
# :doc packages are nice but in most cases never used
(
cd build/${ROCKCFG_ID}/ROCK/pkgs_sel/

+ 3
- 2
target/crystal/config.in

@ -23,8 +23,8 @@
bool 'Also build add-on (non-CORE) packages' \
ROCKCFG_TARGET_CRYSTAL_BUILDADDONS 0
bool 'Do NOT include documentation on ISO' \
ROCKCFG_TARGET_CRYSTAL_REMOVEDOCS 0
bool 'Include documentation on ISO' \
ROCKCFG_TARGET_CRYSTAL_INCLUDEDOCS 1
if [ $ROCKCFG_TARGET_CRYSTAL_BUILDADDONS = 1 ]
then
@ -32,6 +32,7 @@ then
-e '/ xfree86 / d' \
-e '/ CORE / s/^\(. .........\)./\1-/' \
-e '/ CORE / ! s/^\(.\) .........\(.\)/\1 ---------\2/'
ROCKCFGSET_DO_REBUILD_STAGE=1
else
pkgfilter sed -e '/ CORE / ! s/^X /O /'
ROCKCFGSET_DO_REBUILD_STAGE=0

Loading…
Cancel
Save