Title: Message Title
Jason Hitt commented on an issue
Mojo's RPM Maven Plugin / Bug MRPM-158
spec file clean build root causes: No such file or directory
The buildroot cleanup done in the %install section causes problems on my centos6-x86_64 machine.

{code}%install
if [ -d $RPM_BUILD_ROOT ];
then
  mv /home/gary/repos/tools/bamboo-agent/target/rpm/bamboo-agent/tmp-buildroot/* $RPM_BUILD_ROOT
else
  mv /home/gary/repos/tools/bamboo-agent/target/rpm/bamboo-agent/tmp-buildroot $RPM_BUILD_ROOT
fi{code...
--------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email

Reply via email to