On Wed, Aug 09, 2017 at 10:05:14AM +0300, Jussi Kukkonen wrote: > exec/data distinction is done based on install dir so compat scripts > must be moved in exec hook. > > This should fix this occasional failure: > | install: cannot change permissions of > | ‘/usr/bin/libinput-debug-events.compat’: No such file or directory > > Signed-off-by: Jussi Kukkonen <[email protected]> > --- > > Admittedly not terribly interesting for libinput upstream at this point > but maybe useful for other downstream users.
thanks! I've pushed this to the 1.8 branch, will be available in 1.8.2 cc9a4deb..3dffe368 1.8-branch -> 1.8-branch Cheers, Peter > tools/Makefile.am | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/tools/Makefile.am b/tools/Makefile.am > index 2c8660b..7ee8b90 100644 > --- a/tools/Makefile.am > +++ b/tools/Makefile.am > @@ -63,7 +63,7 @@ endif > > EXTRA_DIST = make-ptraccel-graphs.sh install-compat-scripts.sh $(bin_SCRIPTS) > > -install-data-hook: > +install-exec-hook: > (cd $(DESTDIR)$(bindir) && mv libinput-list-devices.compat > libinput-list-devices) > (cd $(DESTDIR)$(bindir) && mv libinput-debug-events.compat > libinput-debug-events) > > -- > 2.13.3 > > _______________________________________________ > wayland-devel mailing list > [email protected] > https://lists.freedesktop.org/mailman/listinfo/wayland-devel > _______________________________________________ wayland-devel mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/wayland-devel
