From a9a565b63821b7b24931242072e0836786a21c45 Mon Sep 17 00:00:00 2001 From: thomas Date: Thu, 18 Oct 2018 15:24:20 +0200 Subject: [PATCH] python-2.7.15: fix a stray mandir --- python-2.7.15-2.build.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/python-2.7.15-2.build.sh b/python-2.7.15-2.build.sh index 1bd3dfb..9f76922 100755 --- a/python-2.7.15-2.build.sh +++ b/python-2.7.15-2.build.sh @@ -270,5 +270,8 @@ pip install HiCExplorer --constraint $BUILDDIR/such_a_lamer --no-warn-conflicts make -j $(nproc); make install ) +cp -pr $PREFIX/man $PREFIX/share +rm -r $PREFIX/man + # exit 1 # final test, inhibits 'closing' on success exit