Skip to content

Commit

Permalink
Fix variable name
Browse files Browse the repository at this point in the history
  • Loading branch information
benmwebb committed Aug 2, 2023
1 parent 1fa8009 commit 2ae856a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/rpm/IMP-copr.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -397,9 +397,9 @@ export IMP_DATA=${RPM_BUILD_ROOT}%{_prefix}/share/IMP
export IMP_EXAMPLE_DATA=${RPM_BUILD_ROOT}%{_prefix}/share/doc/%{name}-%{version}/examples
export PATH=${RPM_BUILD_ROOT}%{_prefix}/bin:${PATH}
%if 0%{?fedora}
export MOCK=fedora-%{fedora}-%{_arch}
export MOCK_CONFIG=fedora-%{fedora}-%{_arch}
%else
export MOCK=epel-%{rhel}-%{_arch}
export MOCK_CONFIG=epel-%{rhel}-%{_arch}
%endif
cd imp/tools/nightly-tests/test-install

Expand Down

0 comments on commit 2ae856a

Please sign in to comment.