bug 310920 - don't force copying of Linux XPIs in packit, r=chase
This commit is contained in:
Родитель
082b81cc4e
Коммит
aa3d094ded
|
@ -300,7 +300,6 @@ sub packit {
|
||||||
TinderUtils::run_shell_command "cp -r $package_location/xpi $stagedir/windows-xpi";
|
TinderUtils::run_shell_command "cp -r $package_location/xpi $stagedir/windows-xpi";
|
||||||
}
|
}
|
||||||
} elsif (is_linux()) {
|
} elsif (is_linux()) {
|
||||||
TinderUtils::run_shell_command "cp -r $package_location/raw/xpi $stagedir/linux-xpi";
|
|
||||||
if ($Settings::stub_installer) {
|
if ($Settings::stub_installer) {
|
||||||
TinderUtils::run_shell_command "cp $package_location/stub/*.tar.* $stagedir/";
|
TinderUtils::run_shell_command "cp $package_location/stub/*.tar.* $stagedir/";
|
||||||
}
|
}
|
||||||
|
|
Загрузка…
Ссылка в новой задаче