On Wed, Jul 31, 2002, Michael Schloh wrote:
> Updated to 0.2.8, and solved new packaging problems with manfile installation.
> [...]
> @@ -65,11 +65,15 @@
> LIBS="-lz" \
> ./configure \
> --prefix=%{l_prefix} \
> + --mandir=$RPM_BUILD_ROOT%{l_prefix}/man \
> --disable-shared
> %{l_make} %{l_mflags}
>
> %install
> rm -rf $RPM_BUILD_ROOT
> + %{l_shtool} mkdir -f -p -m 755 $RPM_BUILD_ROOT%{l_prefix} \
> + $RPM_BUILD_ROOT%{l_prefix}/man \
> + $RPM_BUILD_ROOT%{l_prefix}/man/man1
> %{l_make} %{l_mflags} install AM_MAKEFLAGS="DESTDIR=$RPM_BUILD_ROOT"
Means that their Makefile does not honor DESTDIR for mandir, right?
Hmmm... ok, a nasty thing.
Ralf S. Engelschall
[EMAIL PROTECTED]
www.engelschall.com
______________________________________________________________________
The OpenPKG Project www.openpkg.org
Developer Communication List [EMAIL PROTECTED]