mirror of
https://github.com/AlexandreRouma/SDRPlusPlus.git
synced 2024-11-06 10:47:34 +01:00
Merge pull request #29 from aosync/experimental
make prepare_root.sh an executable and take advantage of globbing
This commit is contained in:
commit
62368e35a7
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