Write complete paths in the man page filelists

This commit is contained in:
sandmann 2006-09-29 16:34:01 +00:00
parent 87313138bc
commit 94dd6b1092
1 changed files with 1 additions and 1 deletions

View File

@ -305,7 +305,7 @@ for y in gl-man-pages glu-man-pages glx-man-pages; do
rm -f ../$y.lst
for x in `ls *.3gl`; do
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
done
done