Porównaj commity

...

2 Commity

Autor SHA1 Wiadomość Data
Xael South f2a89a0a1b
Merge pull request #42 from weetmuts/master
Fix make install to not trigger a build of rtl_wmbus.
2023-05-08 21:35:43 +02:00
Fredrik Öhrström db02550327 Fix make install to not trigger a build of rtl_wmbus. 2023-05-07 12:58:25 +02:00
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