[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: %{buildroot} vs $RPM_BUILD_ROOT
- From: Rob Nagler <nagler bivio biz>
- To: rpm-list redhat com
- Subject: Re: %{buildroot} vs $RPM_BUILD_ROOT
- Date: Tue, 16 Jul 2002 13:05:36 -0600
Jeff Johnson writes:
> Otherwise, the two have identical values and uses, and it really doesn't
> matter at all.
Not sure this is correct. Maybe this has been fixed after 4.0.4, but
when I do:
%files -f $RPM_BUILD_ROOT/files.list
I get:
RPM build errors:
Could not open %files file ./$RPM_BUILD_ROOT/files.list: No such file or directory
When I do:
%files -f %{buildroot}/files.list
It works fine.
Rob
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
[]