On Thu, Jul 03, 2003, Thomas Lotterer wrote:

> [...]
>   -
>        %{l_shtool} mkdir -f -p -m 755 \
>   +        $RPM_BUILD_ROOT%{l_prefix}/var/%{name} \
                                            ^^^^^^^^
>            $RPM_BUILD_ROOT%{l_prefix}/bin \
>            $RPM_BUILD_ROOT%{l_prefix}/etc/procmail \
                                            ^^^^^^^^
> [...]

Please do not intermix hard-coded package names with %{name} ones.
Either use hard-coded or %{name} only, but not both. The standard
approach until recently (when Michael van Elst started to introduce more
%{name} occurrences) was to use hard-coded package names. I'm fine with
using %{name} everywhere, but then consistently! A mixture is unclean.

                                       Ralf S. Engelschall
                                       [EMAIL PROTECTED]
                                       www.engelschall.com

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

Reply via email to