default_pre_build &&
cd "$SOURCE_DIRECTORY" &&
message "${MESSAGE_COLOR}Removing that chmod * thing that may choke on install (too many args).$DEFAULT_COLOR" &&
sed -i 's/chmod 664 \*/true/' docs/Makefile.am &&
sed -i 's/chmod 664 \*/true/' docs/Makefile.in &&

patch -p1 < $SCRIPT_DIRECTORY/export-dynamic.patch
