RPM packaging workshop example

Rahul Sundaram metherid at gmail.com
Wed Apr 7 12:18:17 UTC 2010


On 04/07/2010 05:37 PM, Ralf Corsepius wrote:
> There is a small bug in the example:
>
> Instead of
>
> %find_lang %{name}
> rm -f $RPM_BUILD_ROOT/usr/share/info/dir
>
> this should be
>
> %find_lang %{name}
> rm -f $RPM_BUILD_ROOT%{_infodir}/dir
>   

Someone else fixed it now.  Thanks.

Rahul


More information about the devel mailing list