Fix make install to not trigger a build of rtl_wmbus.

pull/42/head
Fredrik Öhrström 2023-05-07 12:58:25 +02:00
rodzic 388e7adb8e
commit db02550327
1 zmienionych plików z 2 dodań i 1 usunięć

Wyświetl plik

@ -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