mirror of
https://github.com/bspeice/libcvautomation
synced 2025-04-21 00:41:29 -04:00
Fix the location of 'example' man pages in RPM build
This commit is contained in:
parent
249c582a9e
commit
fcb9090131
@ -70,12 +70,13 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
|
|
||||||
%files
|
%files
|
||||||
/usr/lib64/*
|
/usr/lib64/*
|
||||||
/usr/share/man/*
|
/usr/share/man/man3/*
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
/usr/include/*
|
/usr/include/*
|
||||||
|
|
||||||
%files examples
|
%files examples
|
||||||
|
/usr/share/man/man1/*
|
||||||
/usr/bin/*
|
/usr/bin/*
|
||||||
/etc/*
|
/etc/*
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user