Bug 1445969 - removed obsolete code related to b2g draft
authorYan Or <yor@mozilla.com>
Tue, 20 Mar 2018 14:25:54 -0700
changeset 775968 8d3d9884802df7388c338ec9c6bf8be19effbd6d
parent 768817 2e2d815db8e45d1ab2cfc201c8cb9c6cc2d2640f
push id104770
push userbmo:yor@mozilla.com
push dateMon, 02 Apr 2018 06:46:49 +0000
bugs1445969
milestone61.0a1
Bug 1445969 - removed obsolete code related to b2g MozReview-Commit-ID: Hs3lI1nSKWi
js/src/make-source-package.sh
--- a/js/src/make-source-package.sh
+++ b/js/src/make-source-package.sh
@@ -216,21 +216,17 @@ This release is based on a revision of M
 The changes in the patches/ directory were applied.
 
 MDN hosts the latest SpiderMonkey ${MOZJS_MAJOR_VERSION} release notes:
   https://developer.mozilla.org/en-US/docs/SpiderMonkey/${MOZJS_MAJOR_VERSION}
 README_EOF
     fi
 
     # copy LICENSE
-    if [ -e ${TOPSRCDIR}/b2g/LICENSE ]; then
-        cp ${TOPSRCDIR}/b2g/LICENSE ${tgtpath}/
-    else
-        cp ${TOPSRCDIR}/LICENSE ${tgtpath}/
-    fi
+    cp ${TOPSRCDIR}/LICENSE ${tgtpath}/
 
     # copy patches dir, if it currently exists in STAGING
     if [ -d ${STAGING}/patches ]; then
         cp -pPR ${STAGING}/patches ${tgtpath}
     elif [ -d ${TOPSRCDIR}/patches ]; then
         cp -pPR ${TOPSRCDIR}/patches ${tgtpath}
     fi