From: Heiko Z. <smi...@us...> - 2011-12-12 13:49:21
|
Update of /cvsroot/devil-linux/build/scripts In directory vz-cvs-3.sog:/tmp/cvs-serv30422 Modified Files: grsecurity Log Message: make sure we find the patch Index: grsecurity =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/grsecurity,v retrieving revision 1.46 retrieving revision 1.47 diff -u -d -r1.46 -r1.47 --- grsecurity 5 Dec 2011 09:11:38 -0000 1.46 +++ grsecurity 12 Dec 2011 13:49:18 -0000 1.47 @@ -21,7 +21,7 @@ if [ "$CONFIG_GRSECURITY" = "y" ] ; then cd $KERNELDIR if [ ! -f devil-linux-grsec-kernel-patches.done ]; then - bzcat $DL_DIR/src/grsecurity-2.*$CONFIG_LINUX_VERSION*.patch.bz2 | sed -e "s/-Wno-empty-body//g" | patch -p1 || exit 1 + bzcat $DL_DIR/src/grsecurity-2.*.patch.bz2 | sed -e "s/-Wno-empty-body//g" | patch -p1 || exit 1 touch devil-linux-grsec-kernel-patches.done fi # make sure we got all the line breaks we need |