summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonathan Bauer2014-07-11 16:50:43 +0200
committerJonathan Bauer2014-07-11 16:50:43 +0200
commitd6bd7cdf5bc90a622aaa85e74e3942777e2c837c (patch)
tree5d7042f389fde958eba5e6a71b66bdfb5d7259d3
parent[systemd] remove old scientific linux specific build scripts (diff)
downloadtm-scripts-d6bd7cdf5bc90a622aaa85e74e3942777e2c837c.tar.gz
tm-scripts-d6bd7cdf5bc90a622aaa85e74e3942777e2c837c.tar.xz
tm-scripts-d6bd7cdf5bc90a622aaa85e74e3942777e2c837c.zip
[kernel.inc] put that 'fwlist' file in its module build dir
-rw-r--r--remote/includes/kernel.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/remote/includes/kernel.inc b/remote/includes/kernel.inc
index 941e2621..9a5be9bb 100644
--- a/remote/includes/kernel.inc
+++ b/remote/includes/kernel.inc
@@ -176,7 +176,7 @@ copy_firmware () {
done
if [ ! -z "${FIRMWARE_LIST}" ]; then
- echo "$FIRMWARE_LIST" > /fwlist
+ echo "$FIRMWARE_LIST" > "${MODULE_BUILD_DIR}/fwlist"
local COUNT=$(echo "${FIRMWARE_LIST}" | wc -w)
pinfo "Copying $COUNT firmware to target directory."
tarcopy "${FIRMWARE_LIST}" "${TARGET_BUILD_DIR}"