From 9bc37184cf52eef6a50cb29667e1231818fc2ca0 Mon Sep 17 00:00:00 2001 From: Ralf Baechle Date: Wed, 23 Sep 2009 23:08:00 +0000 Subject: Fix parallel installation bugs. install-exec-local hooks may be run in parallel. This may result in the attempted installation of files into directories before they have been created. Fixed by using install-exec-hook instead. Reported and axgetput-only patch by Thomas Beierlein . --- ax25/axgetput/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ax25/axgetput') diff --git a/ax25/axgetput/Makefile.am b/ax25/axgetput/Makefile.am index aa05aaf..d3f8f8f 100644 --- a/ax25/axgetput/Makefile.am +++ b/ax25/axgetput/Makefile.am @@ -13,7 +13,7 @@ EXTRA_DIST = $(man_MANS) axgetput_SOURCES = axgetput.c axgetput.h util.h proto_bin.h util.c proto_bin.c includes.h -install-exec-local: +install-exec-hook: (cd $(DESTDIR)$(bindir) && ln -sf axgetput bget && ln -sf axgetput bput) install-data-hook: -- cgit v1.2.3