mirror of
https://git.freebsd.org/ports.git
synced 2025-07-06 20:09:14 -04:00
PR: ports/157708 Submitted by: Pedro Garcia [sawp sawp.com br] Obtained from: Chromium development repository (George Liaskos)
16 lines
414 B
Bash
16 lines
414 B
Bash
--- build/linux/python_arch.sh.orig 2011-06-08 21:00:57.020677627 +0300
|
|
+++ build/linux/python_arch.sh 2011-06-08 21:01:35.203676025 +0300
|
|
@@ -10,12 +10,7 @@
|
|
# python_arch.sh /path/to/sysroot/usr/lib/libpython2.4.so.1.0
|
|
#
|
|
|
|
-python=$(readlink -f "$1")
|
|
-if [ ! -r "$python" ]; then
|
|
- echo unknown
|
|
- exit 0
|
|
-fi
|
|
-file_out=$(file "$python")
|
|
+file_out=$(file "$1")
|
|
if [ $? -ne 0 ]; then
|
|
echo unknown
|
|
exit 0
|