From e090299f10132d4d826b24a0e9563d743457d2c0 Mon Sep 17 00:00:00 2001 From: alihanozturk Date: Sun, 29 Jan 2017 21:18:43 +0300 Subject: [PATCH] python-numpy:fix actions --- programming/language/python/python-numpy/actions.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/programming/language/python/python-numpy/actions.py b/programming/language/python/python-numpy/actions.py index 7ff3de5fd6..e0bfe2e49b 100644 --- a/programming/language/python/python-numpy/actions.py +++ b/programming/language/python/python-numpy/actions.py @@ -24,7 +24,7 @@ def build(): def install(): pythonmodules.install(NUMPY_FCONFIG) - pisitools.doman("numpy/f2py/f2py.1") + pisitools.doman("doc/f2py/f2py.1") - pisitools.insinto(f2py_docs, "numpy/f2py/docs/*.txt") + pisitools.insinto(f2py_docs, "doc/f2py/*.txt") pisitools.dodoc("COMPATIBILITY", "DEV_README.txt", "LICENSE.txt", "THANKS.txt")