Skip to content

Commit

Permalink
Build fix
Browse files Browse the repository at this point in the history
Fix a mistake from previous commit.
  • Loading branch information
Tomin1 committed Jan 24, 2019
1 parent 233b0c5 commit 7d770e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rpm/icu.spec
Expand Up @@ -94,7 +94,7 @@ make %{?_smp_mflags} -C source install-doc \
chmod +x $RPM_BUILD_ROOT%{_libdir}/*.so.*

# Remove extra file
rm %{_datadir}/icu/%{upstream_version}/license.html
rm $RPM_BUILD_ROOT%{_datadir}/icu/%{upstream_version}/license.html

%check
# test to ensure that -j(X>1) didn't "break" man pages. b.f.u #2357
Expand Down

0 comments on commit 7d770e4

Please sign in to comment.