nbuild/prepare.sh
2024-09-27 15:45:41 +08:00

10 lines
No EOL
213 B
Bash

#!/bin/sh
# This is for insserv
export YAST_IS_RUNNING=instsys
# https://github.com/systemd/systemd/blob/master/docs/ENVIRONMENT.md
export SYSTEMD_OFFLINE=1
unset LANGUAGE
unset LANG
export LC_ALL=POSIX
umask 022