#!/bin/sh . ./01_SetVariables.sh || exit # We need the versions of the scripts functions and rc.S source of # the auto.pot and rc.S.pot files stored on Crowdin as sources # of the translations (po files) from which we generate the mo # files put in the installer-translations package that we will # install in the initrd rm -rf "$WIP" mkdir "$WIP" cp -r "$SLINTDOCS"/* "$WIP/" cd "$WIP"/sources || exit 1 cp rc.S/rc.S auto/functions SeTkeymap/SeTkeymap "$CWD"/files-in-initrd || exit 1 cd "$CWD" || exit 1