Skip to content

Commit 9a411c7

Browse files
committed
Bug fix: Proper set python directory on Fedora spec file
Signed-off-by: Aline Manera <[email protected]>
1 parent f755ce1 commit 9a411c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contrib/kimchi.spec.fedora.in

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ rm -rf $RPM_BUILD_ROOT
4040

4141
%files
4242
%attr(-,root,root)
43-
%{python3_sitelib}/kimchi/*
43+
%{python3_sitelib}/wok/plugins/kimchi/
4444
%{_datadir}/kimchi/doc/
4545
%{_prefix}/share/locale/*/LC_MESSAGES/kimchi.mo
4646
%{_datadir}/wok/plugins/kimchi/

0 commit comments

Comments
 (0)