diff options
Diffstat (limited to 'build')
-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" \ |