Dominique Leuenberger 2018-08-31 08:46:19 +00:00 committed by Git OBS Bridge
commit 07e0f4f58c
4 changed files with 12 additions and 2 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Aug 29 09:59:13 UTC 2018 - marco.varlese@suse.com
- Fixed a syntax error affecting csh environment configuration(bsc#1102310)
-------------------------------------------------------------------
Mon Jun 18 06:21:21 UTC 2018 - marco.varlese@suse.com

View File

@ -321,7 +321,7 @@ fi
EOF
cat << EOF > %{buildroot}/%{_sysconfdir}/profile.d/dpdk-sdk-%{_arch}.csh
if ( ! \$RTE_SDK ) then
if ( ! \${?RTE_SDK} ) then
setenv RTE_SDK "%{sdkdir}"
setenv RTE_TARGET "%{target}"
setenv RTE_INCLUDE "%{incdir}"

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Aug 29 09:59:13 UTC 2018 - marco.varlese@suse.com
- Fixed a syntax error affecting csh environment configuration(bsc#1102310)
-------------------------------------------------------------------
Mon Jun 18 06:21:21 UTC 2018 - marco.varlese@suse.com

View File

@ -319,7 +319,7 @@ fi
EOF
cat << EOF > %{buildroot}/%{_sysconfdir}/profile.d/dpdk-sdk-%{_arch}.csh
if ( ! \$RTE_SDK ) then
if ( ! \${?RTE_SDK} ) then
setenv RTE_SDK "%{sdkdir}"
setenv RTE_TARGET "%{target}"
setenv RTE_INCLUDE "%{incdir}"