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:
parent
db902962b4
commit
3e50435d75
@ -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
|
||||
|
||||
|
@ -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}"
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user