diff --git a/x/xf86-input-evtouch/xf86-input-evtouch.SlackBuild b/x/xf86-input-evtouch/xf86-input-evtouch.SlackBuild index 4e31498b..8e4d6caa 100755 --- a/x/xf86-input-evtouch/xf86-input-evtouch.SlackBuild +++ b/x/xf86-input-evtouch/xf86-input-evtouch.SlackBuild @@ -47,13 +47,16 @@ CPPFLAGS="$SLCKFLAGS" \ ./configure \ --prefix=$PREFIX \ --mandir=$PREFIX/man \ - --libdir=$PREFIX/lib$(echo "$ARCH" | grep -o "64") + --libdir=$PREFIX/lib$(echo "$ARCH" | grep -o "64") \ + --enable-udevinstall \ + --enable-evcalibrate # compilation make -j3 PREFIX=$PREFIX # installation make install DESTDIR=$PKG +mv $PKG$PREFIX/lib$(echo "$ARCH" | grep -o "64")/xf86-input-evtouch/ $PKG$PREFIX/bin # correction cd $PKG