Author: glen Date: Thu May 18 00:12:41 2006 New Revision: 7416 Added: anaconda/prep.sh (contents, props changed) Log: - another helper
Added: anaconda/prep.sh ============================================================================== --- (empty file) +++ anaconda/prep.sh Thu May 18 00:12:41 2006 @@ -0,0 +1,8 @@ +#!/bin/sh +set -e +sudo ./mkinstaller.sh only buildinst +arch=`arch` +rm -rf ./$arch-* +# it doesn't like this dir +rm -rf ./$arch/PLD/RPMS/.svn +./mkinstaller.sh not buildinst not genhdlist _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
