summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xbuild2
1 files changed, 1 insertions, 1 deletions
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" \