summaryrefslogtreecommitdiffstats
path: root/kiss
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>2009-09-23 23:08:00 +0000
committerRalf Baechle <ralf@linux-mips.org>2009-09-23 23:08:00 +0000
commit9bc37184cf52eef6a50cb29667e1231818fc2ca0 (patch)
treea91502e605eb0d3ecfdcae4f49f37558407bb435 /kiss
parent8de3799b923ab0436819c95002fc191fbcca00c2 (diff)
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 <tb@forth-ev.de>.
Diffstat (limited to 'kiss')
-rw-r--r--kiss/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/kiss/Makefile.am b/kiss/Makefile.am
index 47c6ef4..120afb4 100644
--- a/kiss/Makefile.am
+++ b/kiss/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) ; ln -sf kissattach spattach)