Displaying 1 result from an estimated 1 matches for "rpm_root".
Did you mean:
rb_root
2001 Jan 11
3
contrib/redhat/openssh.spec question
...ir=$RPM_BUILD_ROOT%{_sysconfdir}/ssh \
libexecdir=$RPM_BUILD_ROOT%{_libexecdir}/openssh \
DESTDIR=/ # Hack to disable key generation
The problem here is that make install will then put everything in the
root directory (/usr/bin, etc.) instead of
/usr/src/redhat/INSTALL/usr/bin, etc. (depends on RPM_ROOT) and thus in
later stages of the RPM build, it won't find those files. Shouldn't DEST
be $RPM_BUILD_ROOT and the others blank?
One thing that might have affected stuff was i changed in the spec from
%{makeinstall} to "make install". With rpm 3.0.3, i guess doesn't have
that d...