Guillaume Rousse <[EMAIL PROTECTED]> writes:

> from /usr/lib/rpm/macros:
> %_prefix                /usr
> %_exec_prefix           %{_prefix}
> %_bindir                %{_exec_prefix}/bin
> %_sbindir               %{_exec_prefix}/sbin
> %_libexecdir            %{_exec_prefix}/libexec
> %_datadir               %{_prefix}/share
> %_sysconfdir            %{_prefix}/etc
> %_sharedstatedir        %{_prefix}/com
> %_localstatedir         %{_prefix}/var
> %_lib                   lib
> %_libdir                %{_exec_prefix}/%{_lib}
> %_includedir            %{_prefix}/include
> %_oldincludedir         /usr/include
> %_infodir               %{_prefix}/info
> %_mandir                %{_prefix}/man
> 
> That means 
> sysconfdir = /usr/etc instead of /etc
> infodir = /usr/info instead  of /usr/share/info
> mandir = /usr/man instead of /usr/share/man
> localstatedir = /usr/var
> 
> Is this really normal !?

Yes because the macros are taken from /usr/lib/rpm/i586-mandrake-linux/macros
and they are at the right locations.
-- 
Fred - May the source be with you

Reply via email to