Skip to content

Commit

Permalink
python-2.7.15: fix a stray mandir
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas committed Oct 18, 2018
1 parent c8c7376 commit a9a565b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions python-2.7.15-2.build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit a9a565b

Please sign in to comment.