Merge pull request #29 from aosync/experimental

make prepare_root.sh an executable and take advantage of globbing
This commit is contained in:
AlexandreRouma 2020-10-24 14:56:10 +02:00 committed by GitHub
commit 62368e35a7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

5
prepare_root.sh Normal file → Executable file
View 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