From 08a78d758ad382382466d05dcc16730d347f5bd8 Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Sun, 06 Sep 2015 13:19:16 -0400 Subject: build: Pass CONFIG_* macros in install step --- (limited to 'build') diff --git a/build b/build index d8c2541..44365db 100755 --- a/build +++ b/build @@ -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" \ -- cgit v0.9.1