mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 05:36:47 +00:00
10 lines
124 B
Bash
Executable File
10 lines
124 B
Bash
Executable File
#!/bin/sh
|
|
|
|
. config/options
|
|
|
|
$SCRIPTS/install SDL
|
|
|
|
mkdir -p $INSTALL/usr/lib
|
|
cp -P $PKG_BUILD/.libs/*.so* $INSTALL/usr/lib
|
|
|