Bug 1277338 - Part 11: Add js/rust to standalone JS source packages; r=sfink

This commit ensures that we copy the js/rust crate into the resulting source
tarball whenever we make standalone JS releases.
This commit is contained in:
Nick Fitzgerald 2017-09-05 09:26:21 -07:00
Родитель dbf3ca4b81
Коммит d793c1e4c1
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -110,6 +110,7 @@ case $cmd in
cp -pPR ${TOPSRCDIR}/mfbt ${tgtpath}
cp -p ${SRCDIR}/../moz.configure ${tgtpath}/js
cp -pPR ${SRCDIR}/../public ${tgtpath}/js
cp -pPR ${SRCDIR}/../rust ${tgtpath}/js
cp -pPR ${SRCDIR}/../examples ${tgtpath}/js
find ${SRCDIR} -mindepth 1 -maxdepth 1 -not -path ${STAGING} -a -not -name ${pkg} \
-exec cp -pPR {} ${tgtpath}/js/src \;