diff options
author | P. J. McDermott <pj@pehjota.net> | 2015-09-06 13:19:16 (EDT) |
---|---|---|
committer | P. J. McDermott <pj@pehjota.net> | 2015-09-06 13:19:16 (EDT) |
commit | 08a78d758ad382382466d05dcc16730d347f5bd8 (patch) | |
tree | 667ee9124d21f3bca8891d4075bd005d33130677 | |
parent | 412c283480bffac744a3d929fe723644c812732e (diff) |
build: Pass CONFIG_* macros in install step
-rwxr-xr-x | build | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -20,7 +20,7 @@ install: build set -e; \ for c in $(configs); do \ oh-autoinstall -s "src-$${c}" -d "flashrom-$${c}.data" -- \ - PREFIX=/usr; \ + PREFIX=/usr $$(cat "../config/$${c}"); \ mv "flashrom-$${c}.data/usr/sbin/flashrom" \ "flashrom-$${c}.data/usr/sbin/flashrom.$${c}"; \ mv "flashrom-$${c}.data/usr/share/man/man8/flashrom.8" \ |