mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
dvbhdhomerun: use unified /usr
This commit is contained in:
parent
9364925d4b
commit
d3b2a1ca68
@ -57,8 +57,8 @@ pre_configure_target() {
|
|||||||
|
|
||||||
makeinstall_target() {
|
makeinstall_target() {
|
||||||
cd $ROOT/$PKG_BUILD
|
cd $ROOT/$PKG_BUILD
|
||||||
mkdir -p $INSTALL/lib/modules/$(get_module_dir)/hdhomerun
|
mkdir -p $INSTALL/usr/lib/modules/$(get_module_dir)/hdhomerun
|
||||||
cp kernel/*.ko $INSTALL/lib/modules/$(get_module_dir)/hdhomerun/
|
cp kernel/*.ko $INSTALL/usr/lib/modules/$(get_module_dir)/hdhomerun/
|
||||||
|
|
||||||
mkdir -p $INSTALL/usr/bin
|
mkdir -p $INSTALL/usr/bin
|
||||||
cp -PR .$TARGET_NAME/userhdhomerun $INSTALL/usr/bin
|
cp -PR .$TARGET_NAME/userhdhomerun $INSTALL/usr/bin
|
||||||
|
Loading…
x
Reference in New Issue
Block a user