Moved MSYS build scripts to folder build_scripts

This commit is contained in:
thunder2 2016-08-29 19:08:14 +02:00
parent 7ffe59cb2d
commit 5944f1fea2
11 changed files with 1 additions and 1 deletions

View File

@ -221,6 +221,6 @@ ffmpeg: download/ffmpeg-$(FFMPEG_VERSION).tar.gz
copylibs: copylibs:
read -p "Do you want to copy libs to retroshare? (yes|no)" answer; \ read -p "Do you want to copy libs to retroshare? (yes|no)" answer; \
if [ "$$answer" = "yes" ] ; then \ if [ "$$answer" = "yes" ] ; then \
cp -r libs ../../ ; \ cp -r libs ../../../../ ; \
fi fi