Fix the use of $(DESTDIR) variable in `make install' for firmwares. From: Pierre Gronlier <pierre.gronlier@xxxxxxxxx> Signed-off-by: Pierre Gronlier <pierre.gronlier@xxxxxxxxx> diff -r 14021dfc00f3 v4l/firmware/Makefile --- a/v4l/firmware/Makefile Thu Feb 11 23:11:30 2010 -0200 +++ b/v4l/firmware/Makefile Tue Feb 16 18:07:57 2010 +0100 @@ -1,5 +1,5 @@ TARGETS = vicam/firmware.fw dabusb/firmware.fw dabusb/bitstream.bin ttusb-budget/dspbootcode.bin cpia2/stv0672_vp4.bin av7110/bootcode.bin -FW_DIR = /lib/firmware +FW_DIR = $(DESTDIR)/lib/firmware #### -- pierre g. -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html