mirror of
https://github.com/AlexandreRouma/SDRPlusPlus.git
synced 2024-12-26 02:48:31 +01:00
make prepare_root.sh a proper program and take advantage of globbing
This commit is contained in:
parent
0d45217dfd
commit
b8987e6d2d
5
prepare_root.sh
Normal file → Executable file
5
prepare_root.sh
Normal file → Executable file
@ -1,2 +1,3 @@
|
||||
cp build/modules/radio/radio.so root/modules/radio.so
|
||||
cp build/modules/recorder/recorder.so root/modules/recorder.so
|
||||
#!/bin/sh
|
||||
|
||||
cp build/modules/*/*.so root/modules
|
||||
|
Loading…
Reference in New Issue
Block a user