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 . --- 6pack/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '6pack') diff --git a/6pack/Makefile.am b/6pack/Makefile.am index e9673a1..014cfe2 100644 --- a/6pack/Makefile.am +++ b/6pack/Makefile.am @@ -15,6 +15,6 @@ INCLUDES = -DAX25_SYSCONFDIR=\""$(AX25_SYSCONFDIR)"\" \ AX25_SYSCONFDIR=${sysconfdir}/ax25/ AX25_LOCALSTATEDIR=${localstatedir}/ax25/ -install-exec-local: +install-exec-hook: (cd $(DESTDIR)$(sbindir)) -- cgit v1.2.3