SHA256
1
0
forked from pool/dpdk

Accepting request 632142 from home:mvarlese:branches:network

- Fixed a syntax error affecting csh environment configuration(bsc#1102310)

- Fixed a syntax error affecting csh environment configuration(bsc#1102310)

OBS-URL: https://build.opensuse.org/request/show/632142
OBS-URL: https://build.opensuse.org/package/show/network/dpdk?expand=0&rev=86
This commit is contained in:
Nirmoy Das
2018-08-29 11:23:54 +00:00
committed by Git OBS Bridge
parent db902962b4
commit 3e50435d75
4 changed files with 12 additions and 2 deletions

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}"