v4l-utils: move systemd to /usr/lib

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2014-02-20 17:05:58 +01:00
parent 6f697d7d49
commit 3248bf31b4

View File

@ -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
}