On Thu, Jan 14, 2010 at 1:26 AM, Todd Rinaldo <toddr@xxxxxxxxxx> 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.listHow 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"
%{__find} $RPM_BUILD_ROOT%{basedir} -type d -printf "%%%%dir %%p\n"
hth
_______________________________________________ Rpm-list mailing list Rpm-list@xxxxxxxxxxxxx http://lists.rpm.org/mailman/listinfo/rpm-list