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:
committed by
Git OBS Bridge
parent
db902962b4
commit
3e50435d75
@@ -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}"
|
||||
|
Reference in New Issue
Block a user