From: Heiko Z. <smi...@us...> - 2015-12-19 18:21:06
|
Update of /cvsroot/devil-linux/build/scripts In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv31159 Modified Files: Python Log Message: use correct path for python update kernel config for latest release Index: Python =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/Python,v retrieving revision 1.38 retrieving revision 1.39 diff -u -d -r1.38 -r1.39 --- Python 19 Dec 2015 14:51:15 -0000 1.38 +++ Python 19 Dec 2015 18:21:04 -0000 1.39 @@ -39,7 +39,7 @@ if [ "$CONFIG_GRSECURITY" = "y" ] ; then # let's make sure python works properly - paxctl -mE $CDDIR/usr/bin/python + paxctl -mE /usr/bin/python fi fi |