Forum | Documentation | Website | Blog

Skip to content
Snippets Groups Projects
Commit 002494d8 authored by Masahiro Yamada's avatar Masahiro Yamada
Browse files

kbuild: rpm-pkg: replace $RPM_BUILD_ROOT with %{buildroot}


$RPM_BUILD_ROOT must be escaped to prevent shell from expanding it
when generating the spec file.

%{build_root} is more readable than \$RPM_BUILD_ROOT.

Signed-off-by: default avatarMasahiro Yamada <yamada.masahiro@socionext.com>
parent 0b7f12f5
Branches
Tags
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment