office-gobmx/instsetoo_native/inc_openoffice/unix/find-requires-x11.sh
2010-10-13 20:29:37 +01:00

9 lines
212 B
Bash

#!/bin/sh
cat > /dev/null
[[ "${OUTPATH}" == unxlngx* ]] && mark64="()(64bit)"
if [[ "${OUTPATH}" == unxaig* ]]; then
echo "libfreetype.a(libfreetype.so.6${mark64})"
else
echo "libfreetype.so.6${mark64}"
fi