Author: jw Date: 2006-03-25 16:54:58 +0100 (Sat, 25 Mar 2006) New Revision: 1008 Modified: crux-2.2/iso/bin/setup-helper Log: setup-helper: be smarter: only inject rsync if the user has ports and cvsup Modified: crux-2.2/iso/bin/setup-helper =================================================================== --- crux-2.2/iso/bin/setup-helper 2006-03-25 15:43:02 UTC (rev 1007) +++ crux-2.2/iso/bin/setup-helper 2006-03-25 15:54:58 UTC (rev 1008) @@ -93,6 +93,7 @@ inject_packages cairo glitz pango hicolor-icon-theme fi -if [ `pkginfo -r $ROOT -i|gawk '{ print $1; }'|grep ^ports$` ]; then +if [ `pkginfo -r $ROOT -i|gawk '{ print $1; }'|grep ^ports$` ] && + [ `pkginfo -r $ROOT -i|gawk '{ print $1; }'|grep ^cvsup$` ]; then inject_packages rsync fi
participants (1)
-
crux@crux.nu