gnuradio / gr-etcetera

Additional PyBOMBS recipes that aren't in gr-recipes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

.lwr build / install issues

cyrus104 opened this issue · comments

install: 'cp dump1090 view1090 $prefix/bin
mkdir -p $prefix/share/dump1090
cp -r public_html $prefix/share/dump1090
'

Did not work for me and created a some misplaced directories. I place the && after the first two commands and this now works for me.