From: Heiko Z. <smi...@us...> - 2010-11-21 00:18:40
|
Update of /cvsroot/devil-linux/build/scripts In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv17345 Modified Files: functions Log Message: oops Index: functions =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/functions,v retrieving revision 1.68 retrieving revision 1.69 diff -u -d -r1.68 -r1.69 --- functions 19 Nov 2010 00:42:47 -0000 1.68 +++ functions 21 Nov 2010 00:18:32 -0000 1.69 @@ -533,7 +533,7 @@ if [ ! -f ${FLAGPATCH} ]; then echo "applying patch: $PATCH" case "${EXTENSION}" in - "bz" ) + "bz2" ) bzcat ${PATCH} | patch -p${P} || exit 1 ;; "gz" ) |