From 5627a7f498e07a40b970c3a5ab5e74a5053e956f Mon Sep 17 00:00:00 2001 From: "Gary V. Vaughan" Date: Mon, 3 Nov 2014 13:05:22 +0000 Subject: [PATCH] configury: create installation dir before writing to it. * Makefile.am (install-scripts-local): Don't forget to make the installation target directory before writing to it. * NO-THANKS: Update. Reported by Allan McRae Signed-off-by: Gary V. Vaughan --- Makefile.am | 2 ++ NO-THANKS | 1 + 2 files changed, 3 insertions(+) diff --git a/Makefile.am b/Makefile.am index b47f00135..38f2dbd53 100644 --- a/Makefile.am +++ b/Makefile.am @@ -515,6 +515,8 @@ install-scripts-local: $(lt_Makefile_in) ## Inline helper-scripts for installed libtoolize script @p=`echo libtoolize |sed -e '$(transform)'`; \ echo " $(SCRIPT_ENV) '$(inline_source)' libtoolize > '$(DESTDIR)$(bindir)/$$p'"; \ + d=`echo "$(DESTDIR)$(bindir)/$$p" |$(SED) 's|[^/]*$$||'`; \ + test -d "$$d" || $(mkinstalldirs) "$$d"; \ $(SCRIPT_ENV) '$(inline_source)' libtoolize > "$(DESTDIR)$(bindir)/$$p"; \ chmod a+x "$(DESTDIR)$(bindir)/$$p" diff --git a/NO-THANKS b/NO-THANKS index 10b84da17..2bed9cc2e 100644 --- a/NO-THANKS +++ b/NO-THANKS @@ -66,6 +66,7 @@ Vincent Torri vtorri@univ-evry.fr ## time with 'git commit --author=...' and other non-patch contributers ## below: ## +Allan McRae allan@archlinux.org Andreas Schiffler aschiffler@ferzkopp.net Brent Leback brent.leback@st.com Camilo La Rota camilo.larota@ens-lyon.fr -- 2.47.3