Makefile: don't create the empty dir /lib/firmware/kinect
authorAntonio Ospite <ospite@studenti.unina.it>
Fri, 6 Dec 2013 16:43:22 +0000 (17:43 +0100)
committerAntonio Ospite <ospite@studenti.unina.it>
Fri, 6 Dec 2013 16:43:22 +0000 (17:43 +0100)
Let kinect_fetch_fw create the frmware destination dir when necessary.

Makefile

index ab467d3..fc1dc73 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -5,10 +5,6 @@ install:
        $(MAKE) -C kinect_upload_fw install
        install -d $(DESTDIR)/lib/udev/rules.d
        install -m 644 contrib/55-kinect_audio.rules.in $(DESTDIR)/lib/udev/rules.d/55-kinect_audio.rules
        $(MAKE) -C kinect_upload_fw install
        install -d $(DESTDIR)/lib/udev/rules.d
        install -m 644 contrib/55-kinect_audio.rules.in $(DESTDIR)/lib/udev/rules.d/55-kinect_audio.rules
-       
-       # We prepare the firmware location, but the firmware binary should be
-       # downloaded at package installation time
-       install -d $(DESTDIR)/lib/firmware/kinect
 
 clean: 
        $(MAKE) -C kinect_upload_fw clean
 
 clean: 
        $(MAKE) -C kinect_upload_fw clean