From: Diego T. <rap...@us...> - 2004-09-08 00:29:47
|
Update of /cvsroot/devil-linux/build/scripts In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22269/scripts Modified Files: longhaul Log Message: disable -p temporarely so at least we could make an iso... Index: longhaul =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/longhaul,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- longhaul 21 Mar 2004 17:20:30 -0000 1.1 +++ longhaul 8 Sep 2004 00:29:36 -0000 1.2 @@ -38,6 +38,7 @@ install ) if [ "$CONFIG_LONGHAUL" = "y" ]; then + mkdir -p ${CDDIR}/lib/modules/${KERNELVERSION}/kernel/arch/i386/kernel cp -f longhaul.o ${CDDIR}/lib/modules/${KERNELVERSION}/kernel/arch/i386/kernel || exit 1 cp -f governor.o ${CDDIR}/lib/modules/${KERNELVERSION}/kernel/arch/i386/kernel || exit 1 cp $MYDIR/scripts/longhaul $ETCDIR/etc/init.d || exit 1 |