This makes it easier to handle it, and it is also in line with newer SDK
versions which use this name.
echo " done."
FW_FILE=$(ls UACFirmware.* | cut -d ' ' -f 1)
echo " done."
FW_FILE=$(ls UACFirmware.* | cut -d ' ' -f 1)
-FIRMWARE_PATH=${FW_DESTDIR}/$(basename "$FW_FILE")
+FIRMWARE_PATH="${FW_DESTDIR}/UACFirmware"
install -d "$FW_DESTDIR"
install -m 644 "$FW_FILE" "$FIRMWARE_PATH"
install -d "$FW_DESTDIR"
install -m 644 "$FW_FILE" "$FIRMWARE_PATH"