提交 4354f28c 编写于 作者: P Paul Guo

Quick fixup for commit a8090c13

That commit is "Necessary legal steps for python subprocess32 shipping."
Forgot to install the required file. Hmm...
上级 a8090c13
......@@ -32,6 +32,7 @@ install: generate_greenplum_path_file
fi
if [ -e bin/ext/subprocess32.py ]; then \
cp -p bin/ext/subprocess32.py $(DESTDIR)$(prefix)/lib/python ; \
cp -p bin/ext/subprocess32-ChangeLog $(DESTDIR)$(prefix)/lib/python ; \
cp -p bin/ext/_posixsubprocess.so $(DESTDIR)$(prefix)/lib/python ; \
fi
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册