mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-25 05:41:12 +00:00
Bug 1277338 - Part 2: Fix SM(pkg) bustage; r=Waldo
This commit is contained in:
parent
e2cccedfb2
commit
a1e3490680
@ -101,7 +101,6 @@ case $cmd in
|
||||
cp -p ${SRCDIR}/../moz.configure ${tgtpath}/js
|
||||
cp -pPR ${SRCDIR}/../public ${tgtpath}/js
|
||||
cp -pPR ${SRCDIR}/../examples ${tgtpath}/js
|
||||
cp -pPR ${SRCDIR}/../rust ${tgtpath}/js
|
||||
find ${SRCDIR} -mindepth 1 -maxdepth 1 -not -path ${STAGING} -a -not -name ${pkg} \
|
||||
-exec cp -pPR {} ${tgtpath}/js/src \;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user