# If a directory for the current software does not already exist in distrubion-specifics:
# create it and copy the product of the templates in it,
# otherwise do nothing.
# The files created form the templates are still available in $TMP_TARGET
if[!-d$DISTRIB_FILES_DIR];then
mkdir-p$DISTRIB_FILES_DIR
cp-r$TMP_TARGET/*$DISTRIB_FILES_DIR/
# A file is created so that the cleaning script can reverse the action of the current script.
echo-e"This file's only purpose is to tell the cleaning script to delete this directory.\nThere should not be such file in a manually crafted directory.\n">>$DISTRIB_FILES_DIR/.toclean-stamp