From f185f65418467d10121bac955af6bca4776490e3 Mon Sep 17 00:00:00 2001 From: Karl Williamson Date: Thu, 3 Sep 2015 21:06:16 -0600 Subject: Start fixing some pod pedantic errors This fixes a bunch of them, but there are many more --- README.android | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'README.android') diff --git a/README.android b/README.android index d3199367a0..b774d9fcca 100644 --- a/README.android +++ b/README.android @@ -190,9 +190,9 @@ in. For example, CCTools installs its toolchain in /data/data/com.pdaxrom.cctools/root/cctools. With the path in hand, compiling perl is little more than: - export SYSROOT= - export LD_LIBRARY_PATH="$SYSROOT/lib:`pwd`:`pwd`/lib:`pwd`/lib/auto:$LD_LIBRARY_PATH" - sh Configure -des -Dsysroot=$SYSROOT -Alibpth="/system/lib /vendor/lib" + export SYSROOT= + export LD_LIBRARY_PATH="$SYSROOT/lib:`pwd`:`pwd`/lib:`pwd`/lib/auto:$LD_LIBRARY_PATH" + sh Configure -des -Dsysroot=$SYSROOT -Alibpth="/system/lib /vendor/lib" =head1 AUTHOR -- cgit v1.2.1