On Sat, Jun 14, 2003, Michael van Elst wrote:

>     fix paths for %post/%postun
> [...]
>   -        $RPM_INSTALL_PREFIX/bin/sgmlcatalog \
>   +        %{l_prefix}/bin/sgmlcatalog \
>                -p "ISO 8879:1986" \
>                -s "ISO 8879:1986//ENTITIES" \
>                -i iso8879-sgml \
>   @@ -258,7 +258,7 @@
>
>    %preun
>        if [ $1 -eq 0 ]; then
>   -        $RPM_INSTALL_PREFIX/bin/sgmlcatalog \
>   +        %{l_prefix}/bin/sgmlcatalog \
> [...]

Shouldn't $RPM_INSTALL_PREFIX have %{l_prefix} as its value? I cannot
see where this change fixes anything. It should be functionally
equivalent, shouldn't it?
                                       Ralf S. Engelschall
                                       [EMAIL PROTECTED]
                                       www.engelschall.com

______________________________________________________________________
The OpenPKG Project                                    www.openpkg.org
Developer Communication List                   [EMAIL PROTECTED]

Reply via email to