cd ${SOURCE_DIRECTORY}  &&
for i in acpidump acpixtract madt;
    do cp $i/$i ${INSTALL_ROOT}/usr/bin;
done
