diff options
-rw-r--r-- | www/mod_pagespeed/files/patch-python_arch.sh | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/www/mod_pagespeed/files/patch-python_arch.sh b/www/mod_pagespeed/files/patch-python_arch.sh new file mode 100644 index 000000000000..acb5b7b6bba6 --- /dev/null +++ b/www/mod_pagespeed/files/patch-python_arch.sh @@ -0,0 +1,11 @@ +--- build/linux/python_arch.sh.orig 2011-09-27 21:20:46.000000000 -0400 ++++ build/linux/python_arch.sh 2011-10-11 19:20:09.472740606 -0400 +@@ -10,7 +10,7 @@ + # python_arch.sh /path/to/sysroot/usr/lib/libpython2.4.so.1.0 + # + +-python=$(readlink -f "$1") ++python=$(greadlink -f "$1") + if [ ! -r "$python" ]; then + echo unknown + exit 0; |