Skip to content

Commit

Permalink
Bug 1277338 - Part 11: Add js/rust to standalone JS source packages; …
Browse files Browse the repository at this point in the history
…r=sfink

This commit ensures that we copy the js/rust crate into the resulting source
tarball whenever we make standalone JS releases.
  • Loading branch information
fitzgen committed Sep 1, 2017
1 parent f9b4712 commit e81778c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions js/src/make-source-package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 \;
Expand Down

0 comments on commit e81778c

Please sign in to comment.