diff options
Diffstat (limited to 'packaging/macos/110-sysprep.sh')
| -rwxr-xr-x | packaging/macos/110-sysprep.sh | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/packaging/macos/110-sysprep.sh b/packaging/macos/110-sysprep.sh index bfec0311e..fd569fcd9 100755 --- a/packaging/macos/110-sysprep.sh +++ b/packaging/macos/110-sysprep.sh @@ -22,7 +22,7 @@ if $RAMDISK_ENABLE; then create_ramdisk $WRK_DIR $RAMDISK_SIZE fi -### housekeeping: redirect to locations below WRK_DIR ########################## +### redirect to locations below WRK_DIR ######################################## mkdir -p $TMP_DIR @@ -32,11 +32,3 @@ ln -sf $TMP_DIR $HOME/.cache rm -rf $HOME/.local # used by gtk-mac-bundler ln -sf $OPT_DIR $HOME/.local -### setup path ################################################################# - -# WARNING: Operations like this are the reason why you're supposed to use -# a dedicated user for building. - -echo "export PATH=$DEVPREFIX/bin:$BIN_DIR:/usr/bin:/bin:/usr/sbin:/sbin" > $HOME/.profile -echo "export LANG=de_DE.UTF-8" >> $HOME/.profile # jhbuild complains otherwise - |
