Skip to content

Commit

Permalink
[Openloops] fix using openloop process sources
Browse files Browse the repository at this point in the history
  • Loading branch information
smuzaffar committed Jul 22, 2021
1 parent 4741fac commit e731891
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions openloops-process.spec
Expand Up @@ -23,8 +23,4 @@ if [ ! -e %{cmsroot}/${chksum_source2}/%{process_src} ] ; then
mkdir -p %{cmsroot}/${chksum_source2}
mv %{process_src} %{cmsroot}/${chksum_source2}/
fi
if [ ! -e %{_sourcedir}/%{process_src} ] ; then
mkdir -p %{_sourcedir}
ln -s %{cmsroot}/${chksum_source2}/%{process_src} %{_sourcedir}/%{process_src}
fi
ln -s %{cmsroot}/${chksum_source2}/%{process_src} %{pkginstroot}/
cp %{cmsroot}/${chksum_source2}/%{process_src} %{i}/%{process_src}

0 comments on commit e731891

Please sign in to comment.