use of %%dir in spec file

Todd Rinaldo toddr at cpanel.net
Thu Jan 14 17:26:37 UTC 2010


On Jan 14, 2010, at 5:40 AM, devzero2000 wrote:

> On Thu, Jan 14, 2010 at 1:26 AM, Todd Rinaldo <toddr at cpanel.net> wrote:
> I'm trying to run a find inside a specfile and in the command line, I need it to have 
> 
> (cd $RPM_BUILD_ROOT && find usr/local -type d -printf "%%dir /%p\n") >> file.list
> 
> How do I prevent the spec file interpreter from trying to interpret %dir?
> 
> 
> With something like this for example 
> 
> %{__find} $RPM_BUILD_ROOT%{basedir} -type d -printf "%%%%dir %%p\n" 
> 
> hth
> _______________________________________________

Yep. I have to escape my escape. Works like a champ thanks a bunch.

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rpm.org/pipermail/rpm-list/attachments/20100114/db9685ad/attachment.htm>


More information about the Rpm-list mailing list