mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2026-04-21 10:53:11 +00:00
6 lines
70 B
Bash
Executable File
6 lines
70 B
Bash
Executable File
#!/bin/sh
|
|
|
|
. config/options $1
|
|
|
|
cp -PR $PKG_BUILD/.install/* $INSTALL
|