summaryrefslogtreecommitdiffstats
path: root/Makefile.org
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2003-09-30 17:31:50 +0000
committerRichard Levitte <levitte@openssl.org>2003-09-30 17:31:50 +0000
commit144aa3c56ea2e870b5d063b1f8a0f9d2764a89b0 (patch)
tree6bf3d5016599311ee1435c32ee9ffe46f3a2eb79 /Makefile.org
parent202892dfd6366eeb49f7ceea3bcabc125cb03287 (diff)
Correct incorrect mode bits change.
Diffstat (limited to 'Makefile.org')
-rw-r--r--Makefile.org2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.org b/Makefile.org
index e80b22a32a..794d049807 100644
--- a/Makefile.org
+++ b/Makefile.org
@@ -832,7 +832,7 @@ install: all install_docs
fi; \
fi
cp openssl.pc $(INSTALL_PREFIX)$(INSTALLTOP)/lib/pkgconfig
- chmod 644 $(INSTALL_PREFIX)$(INSTALLTOP)/lib/pkgconfig
+ chmod 644 $(INSTALL_PREFIX)$(INSTALLTOP)/lib/pkgconfig/openssl.pc
install_docs:
@$(PERL) $(TOP)/util/mkdir-p.pl \