mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
v4l-utils: move systemd to /usr/lib
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
6f697d7d49
commit
3248bf31b4
@ -39,3 +39,10 @@ PKG_MAKEINSTALL_OPTS_TARGET="PREFIX=/usr -C utils/keytable"
|
||||
make_target() {
|
||||
make -C utils/keytable CFLAGS="$TARGET_CFLAGS"
|
||||
}
|
||||
|
||||
post_makeinstall_target() {
|
||||
rm -rf $INSTALL/lib/udev/rules.d
|
||||
|
||||
mkdir -p $INSTALL/usr/lib/udev/rules.d
|
||||
cp utils/keytable/*.rules $INSTALL/usr/lib/udev/rules.d
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user