Started work on updating build.sh.
This commit is contained in:
parent
9f5ac49037
commit
059d94b125
@ -38,8 +38,8 @@ log() {
|
||||
done
|
||||
}
|
||||
|
||||
# Log file name is /var/log/build.f123
|
||||
logFile="/var/log/build.f123"
|
||||
# Log file name is /var/log/build.stormux
|
||||
logFile="/var/log/build.stormux"
|
||||
|
||||
set -e
|
||||
# Load the common functions
|
||||
@ -211,7 +211,7 @@ find /tmp/files-F123Light/locales -type f -iname '*.po' -exec bash -c '
|
||||
o="${o%.po}.mo"
|
||||
msgfmt "$i" -o "${workdir}/root/usr/share/locale/${language}/LC_MESSAGES/${o}"
|
||||
done' _ {} +
|
||||
mkdir -p "${workdir}/root/usr/share/doc/F123" |& log
|
||||
mkdir -p "${workdir}/root/usr/share/doc/stormux" |& log
|
||||
cp -Rv /tmp/content-F123Light/F123/* "${workdir}/root/usr/share/doc/F123/" |& log
|
||||
|
||||
# remove the temporary files again.
|
||||
|
Loading…
Reference in New Issue
Block a user