Kaydet (Commit) d8a20d21 authored tarafından Martin v. Löwis's avatar Martin v. Löwis

Patch #553230: Create LIBDIR if necessary. Bugfix candidate.

üst a8dd0941
......@@ -549,7 +549,7 @@ bininstall: altbininstall
# Install the interpreter with $(VERSION) affixed
# This goes into $(exec_prefix)
altbininstall: $(BUILDPYTHON)
@for i in $(BINDIR); \
@for i in $(BINDIR) $(LIBDIR); \
do \
if test ! -d $$i; then \
echo "Creating directory $$i"; \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment