mirror of
https://git.rtems.org/rtems-source-builder
synced 2024-10-09 07:15:10 +08:00
Save the original path away.
This commit is contained in:
parent
4f26bdb2f0
commit
ee203a1f7a
@ -164,6 +164,8 @@ defaults = {
|
||||
|
||||
# Prebuild set up script.
|
||||
'___build_pre': ('none', 'none', '''# ___build_pre in as set up in defaults.py
|
||||
# Save the original path away.
|
||||
export SB_ORIG_PATH=${PATH}
|
||||
# Directories
|
||||
%{?_prefix:SB_PREFIX="%{_prefix}"}
|
||||
%{?_prefix:SB_PREFIX_CLEAN=$(echo "%{_prefix}" | %{__sed} -e \'s/^\///\')}
|
||||
|
Loading…
x
Reference in New Issue
Block a user