aboutsummaryrefslogtreecommitdiffstats
path: root/lib-src
diff options
context:
space:
mode:
authorGlenn Morris <[email protected]>2012-05-17 23:33:04 -0700
committerGlenn Morris <[email protected]>2012-05-17 23:33:04 -0700
commited4affe121c26ea1a1bf9fadc44a85b9e81e4a58 (patch)
treefd9910091567341f0b3c4475db9f33656f53af99 /lib-src
parenta317ac28fecafee3f36082e11dcc591d0fb137c4 (diff)
* lib-src/Makefile.in (install): Ensure $bindir exists.
Diffstat (limited to 'lib-src')
-rw-r--r--lib-src/ChangeLog4
-rw-r--r--lib-src/Makefile.in1
2 files changed, 5 insertions, 0 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog
index a4a1cffaa9..d0e9e5c525 100644
--- a/lib-src/ChangeLog
+++ b/lib-src/ChangeLog
@@ -1,3 +1,7 @@
+2012-05-18 Glenn Morris <[email protected]>
+
+ * Makefile.in (install): Ensure $bindir exists.
+
2012-05-17 Glenn Morris <[email protected]>
* Makefile.in (ns_appbindir): New, set by configure.
diff --git a/lib-src/Makefile.in b/lib-src/Makefile.in
index 1306e66063..fd423212c9 100644
--- a/lib-src/Makefile.in
+++ b/lib-src/Makefile.in
@@ -259,6 +259,7 @@ $(DESTDIR)${archlibdir}: all
install: $(DESTDIR)${archlibdir}
@echo
@echo "Installing utilities for users to run."
+ umask 022; ${MKDIR_P} $(DESTDIR)${bindir}
for file in ${INSTALLABLES} ; do \
$(INSTALL_PROGRAM) $(INSTALL_STRIP) $${file} $(DESTDIR)${bindir}/`echo $${file} | sed '$(TRANSFORM)'` ; \
chmod a+rx $(DESTDIR)${bindir}/`echo $${file} | sed '$(TRANSFORM)'`; \