1
0
Fork 0

added file-copy-js.sh

This commit is contained in:
Frank Celler 2015-07-13 10:40:22 +02:00
parent 35b033dfcb
commit 9a20bd155f
1 changed files with 9 additions and 4 deletions

View File

@ -163,6 +163,9 @@ pack-macosxcode-cmake:
$(MOREOPTS) \
..
./Installation/file-copy-js.sh . Build
################################################################################
### @brief MacOSX
################################################################################
@ -204,6 +207,9 @@ pack-macosx-cmake:
make bin/etcd-arango
cd Build && ${MAKE}
./Installation/file-copy-js.sh . Build
cd Build && ${MAKE} install DESTDIR=${PACK_DESTDIR}
################################################################################
@ -251,8 +257,7 @@ pack-arm-cmake:
./Installation/file-copy-js.sh . Build
cd Build && cpack \
-G DEB
cd Build && cpack -G DEB
pack-deb-cmake:
@ -280,8 +285,8 @@ pack-deb-cmake:
./Installation/file-copy-js.sh . Build
cd Build && cpack \
-G DEB
cd Build && cpack -G DEB
################################################################################
### @brief Windows 64-bit bundle
################################################################################