From 94dd6b109209eff43465b7e3cdd27b0742de92e5 Mon Sep 17 00:00:00 2001 From: sandmann Date: Fri, 29 Sep 2006 16:34:01 +0000 Subject: [PATCH] Write complete paths in the man page filelists --- mesa.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mesa.spec b/mesa.spec index 95585f5..1cb45f0 100644 --- a/mesa.spec +++ b/mesa.spec @@ -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