xf86-input-libinput: adjust path of default config

This commit is contained in:
Lukas Rusak 2015-11-02 23:26:38 -08:00 committed by Stephan Raue
parent 5a6db66f2a
commit 7edebf5b13

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 $ROOT/$PKG_BUILD/conf/99-libinput.conf $INSTALL/usr/share/X11/xorg.conf.d
cp $ROOT/$PKG_BUILD/conf/90-libinput.conf $INSTALL/usr/share/X11/xorg.conf.d
}