From: Antonio Ospite <ao2@ao2.it>
Date: Sat, 9 Jan 2016 11:01:46 +0000 (+0100)
Subject: kinect_fetch_fw: use readlink -m when setting FW_DESTDIR
X-Git-Tag: v0.5~13
X-Git-Url: https://git.ao2.it/kinect-audio-setup.git/commitdiff_plain/da6fb36709464674bf77992da028123d15d2d5dd?hp=da6fb36709464674bf77992da028123d15d2d5dd

kinect_fetch_fw: use readlink -m when setting FW_DESTDIR

This way the normalization succeeds even when the parent directory in
"$1" does not exists.

For example, if FW_DESTDIR is going to be set to /lib/firmware/kinect
but /lib/firmware does not exist yet, there is no reason to fail as the
install command below is going to create all the needed sub-paths.
---