Skip to content

Commit

Permalink
fixed missing module
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryzerth committed Dec 23, 2020
1 parent e9aade4 commit b21f8ab
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion make_debian_package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,11 @@ echo Copy modules
cp $1/radio/radio.so sdrpp_deb/usr/lib/sdrpp/plugins/
cp $1/recorder/recorder.so sdrpp_deb/usr/lib/sdrpp/plugins/
cp $1/airspyhf_source/airspyhf_source.so sdrpp_deb/usr/lib/sdrpp/plugins/
cp $1/plutosdr_source/plutosdr_source.so sdrpp_deb/usr/lib/sdrpp/plugins/
cp $1/rtl_tcp_source/rtl_tcp_source.so sdrpp_deb/usr/lib/sdrpp/plugins/
cp $1/soapy_source/soapy_source.so sdrpp_deb/usr/lib/sdrpp/plugins/
cp $1/audio_sink/audio_sink.so sdrpp_deb/usr/lib/sdrpp/plugins/

# Create package
echo Create package
echo Create packagesudo
dpkg-deb --build sdrpp_deb

0 comments on commit b21f8ab

Please sign in to comment.