Hi,

I think there is no Pg.3* manpage,
so cp fails after succesfuly build.

could somebody fix this in postgresql.spec:

cp `find $RPM_BUILD_ROOT -name 'Pg.3*' -print`
$RPM_BUILD_ROOT%{_mandir}/man3

should be:
cp `find $RPM_BUILD_ROOT -name 'Pg.*' -print`
$RPM_BUILD_ROOT%{_mandir}/man3


thanx

Oliver



---------------------------(end of broadcast)---------------------------
TIP 3: if posting/reading through Usenet, please send an appropriate
subscribe-nomail command to [EMAIL PROTECTED] so that your
message can get through to the mailing list cleanly

Reply via email to