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