Bug 1277338 - Part 2: Fix SM(pkg) bustage; r=Waldo

This commit is contained in:
Nick Fitzgerald 2016-10-13 17:37:56 -07:00
Родитель e2cccedfb2
Коммит a1e3490680
1 изменённых файлов: 0 добавлений и 1 удалений

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

@ -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 \;