(
cp ${SCRIPT_DIRECTORY}/lunar_install.locations ${SOURCE_DIRECTORY}/build/install.locations    && 
./configure   &&
make          &&
make install
) > $C_FIFO 2>&1

