mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2026-03-21 12:10:39 +01:00
tools: Fix race in (autotools) install
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 <jussi.kukkonen@intel.com> Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
cc9a4debd3
commit
3dffe36854
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue