mirror of
https://src.fedoraproject.org/rpms/mesa.git
synced 2024-11-28 11:06:25 +00:00
Write complete paths in the man page filelists
This commit is contained in:
parent
87313138bc
commit
94dd6b1092
1 changed files with 1 additions and 1 deletions
|
@ -305,7 +305,7 @@ for y in gl-man-pages glu-man-pages glx-man-pages; do
|
||||||
rm -f ../$y.lst
|
rm -f ../$y.lst
|
||||||
for x in `ls *.3gl`; do
|
for x in `ls *.3gl`; do
|
||||||
gzip -c $x > $x.gz
|
gzip -c $x > $x.gz
|
||||||
echo $x.gz >> ../$y.lst
|
echo %{_mandir}/man3/$x.gz >> ../$y.lst
|
||||||
install -m 0644 $x.gz $RPM_BUILD_ROOT%{_mandir}/man3
|
install -m 0644 $x.gz $RPM_BUILD_ROOT%{_mandir}/man3
|
||||||
done
|
done
|
||||||
done
|
done
|
||||||
|
|
Loading…
Reference in a new issue