| Index: src/scripts/build_platform_packages.sh
|
| diff --git a/src/scripts/build_platform_packages.sh b/src/scripts/build_platform_packages.sh
|
| index 3ac5f7c854093018953dcb66428cbeb044cb94a1..66a21a78b3652a1a3668d9c1ab445cf3a897a173 100755
|
| --- a/src/scripts/build_platform_packages.sh
|
| +++ b/src/scripts/build_platform_packages.sh
|
| @@ -8,8 +8,8 @@
|
| # The path to common.sh should be relative to your script's location.
|
| . "$(dirname "$0")/common.sh"
|
|
|
| -# Script must be run inside the chroot
|
| assert_inside_chroot
|
| +assert_not_root_user
|
|
|
| # Flags
|
| DEFINE_boolean stable $FLAGS_FALSE "Build with stable version of browser."
|
|
|