xf86-input-libinput: fix build

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2015-03-18 13:57:42 +01:00
parent 4916d8c6b5
commit 594f7c5261

View File

@ -36,5 +36,5 @@ PKG_CONFIGURE_OPTS_TARGET="--with-xorg-module-dir=$XORG_PATH_MODULES"
post_makeinstall_target() {
mkdir -p $INSTALL/usr/share/X11/xorg.conf.d
cp $PKG_BUILD/conf/99-libinput.conf $INSTALL/usr/share/X11/xorg.conf.d
cp $ROOT/$PKG_BUILD/conf/99-libinput.conf $INSTALL/usr/share/X11/xorg.conf.d
}