Merge pull request #1332 from JustEnoughLinuxOS/dev

PR for build fix.
This commit is contained in:
fewtarius 2023-04-24 13:22:33 -04:00 committed by GitHub
commit df9e395f5d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 0 deletions

View file

@ -117,6 +117,10 @@ makeinstall_target() {
ln -sf /storage/.cache/system_timezone ${INSTALL}/etc/timezone
}
post_install() {
mkdir -p ${INSTALL}/usr/share
ln -sf /storage/.config/locale ${INSTALL}/usr/share/locale

View file

@ -487,6 +487,7 @@ if [ "${TARGET}" = "target" -o "${TARGET}" = "init" ]; then
rm -rf ${INSTALL}/{usr/,}share/doc
rm -rf ${INSTALL}/{usr/,}share/gtk-doc
rm -rf ${INSTALL}/{usr/,}share/info
rm -rf ${INSTALL}/{usr/,}share/locale
rm -rf ${INSTALL}/{usr/,}share/man
rm -rf ${INSTALL}/{usr/,}share/pkgconfig
rm -rf ${INSTALL}/{usr/,}share/zsh