kopia lustrzana https://github.com/xaelsouth/rtl-wmbus
Fix make install to not trigger a build of rtl_wmbus.
rodzic
388e7adb8e
commit
db02550327
3
Makefile
3
Makefile
|
@ -61,7 +61,8 @@ pi1:
|
|||
|
||||
rebuild: clean all
|
||||
|
||||
install: release
|
||||
install:
|
||||
@if [ ! -f $(OUTFILE) ] ; then echo "Cannot find the binary to install! You have to run just \"make\" first!" ; exit 1 ; fi
|
||||
install -d $(DESTDIR)/usr/bin
|
||||
install $(OUTFILE) $(DESTDIR)/usr/bin
|
||||
|
||||
|
|
Ładowanie…
Reference in New Issue