From c7565e9dece056d79f02dc2d54c12ea394e1ad90 Mon Sep 17 00:00:00 2001 From: q-posev Date: Tue, 24 Aug 2021 11:51:29 +0300 Subject: [PATCH] minor changes --- .gitignore | 1 + tools/prepare_python.sh | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 1347eb2..8b733a2 100644 --- a/.gitignore +++ b/.gitignore @@ -21,6 +21,7 @@ config.h.in config.h depcomp include/config.h.in +include/config.h.in~ include/stamp-h1 install-sh libtool diff --git a/tools/prepare_python.sh b/tools/prepare_python.sh index b700af4..4808d15 100755 --- a/tools/prepare_python.sh +++ b/tools/prepare_python.sh @@ -23,8 +23,8 @@ mkdir -p ${PYDIR}/src mkdir -p ${PYTREXIODIR} # Copy all the source code and header files in the corresponding python directory -mv ${SRC}/pytrexio.py ${PYTREXIODIR}/pytrexio.py -mv ${SRC}/trexio.py ${PYDIR}/trexio.py +cp ${SRC}/pytrexio.py ${PYTREXIODIR}/pytrexio.py +cp ${SRC}/trexio.py ${PYDIR}/trexio.py cp ${SRC}/*.c ${PYDIR}/src cp ${SRC}/*.h ${PYDIR}/src cp ${INCLUDIR}/trexio.h ${PYDIR}/src