Bug 1371485 - Update gyp path in make-source-package.sh; r=chmanchester

Reviewers: chmanchester

Tags: #secure-revision

Bug #: 1371485

Differential Revision: https://phabricator.services.mozilla.com/D2034

--HG--
extra : rebase_source : 4adf494399f08266d8abcc9041c36928656840ab
This commit is contained in:
Dan Minor 2018-06-27 15:51:47 -04:00
parent be5d0a3066
commit ead01e7a88

View File

@ -129,8 +129,8 @@ case $cmd in
${tgtpath}/dom/bindings
${MKDIR} -p ${tgtpath}/media/webrtc/trunk/tools
cp -pPR \
${TOPSRCDIR}/media/webrtc/trunk/tools/gyp \
${tgtpath}/media/webrtc/trunk/tools
${TOPSRCDIR}/third_party/python/gyp \
${tgtpath}/third_party/python
${MKDIR} -p ${tgtpath}/testing
cp -pPR \
${TOPSRCDIR}/testing/mozbase \