From d4b9ccadad6455f8efb061da5440bccc043b98fc Mon Sep 17 00:00:00 2001 From: Brice Lenfant Date: Tue, 2 Aug 2016 00:00:44 +0300 Subject: [PATCH] move map file to .antiword. --- bin/compile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/bin/compile b/bin/compile index 6bdf802..a915d66 100755 --- a/bin/compile +++ b/bin/compile @@ -11,6 +11,10 @@ mkdir -p $INSTALL_DIR tar -zxvf antiword-0.37.tar.gz -C $INSTALL_DIR cd ${INSTALL_DIR}antiword-0.37 make +cd ${HOME} +mkdir -p .antiword +cp vendor/antiword/antiword-0.37/Resources/* .antiword + echo "Complete!" echo "Building runtime environment for antiword int ${BUILD_DIR}"