summaryrefslogtreecommitdiffstats
path: root/o3d/installer
diff options
context:
space:
mode:
authortschmelcher@google.com <tschmelcher@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-07-09 21:44:30 +0000
committertschmelcher@google.com <tschmelcher@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-07-09 21:44:30 +0000
commita5aca485e0a56c2d95596a5b18500160c5bf39b7 (patch)
tree8c45c4d9815b856e2cb9affcc33cf14fb9db173a /o3d/installer
parentb0c2560d069ec53e2cc5acff9c211a4e166afe3c (diff)
downloadchromium_src-a5aca485e0a56c2d95596a5b18500160c5bf39b7.zip
chromium_src-a5aca485e0a56c2d95596a5b18500160c5bf39b7.tar.gz
chromium_src-a5aca485e0a56c2d95596a5b18500160c5bf39b7.tar.bz2
Explicitly specify -rfakeroot to dpkg-buildpackage, since that is only the default in relatively new versions.
Review URL: http://codereview.chromium.org/155319 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@20322 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'o3d/installer')
-rw-r--r--o3d/installer/linux/build.scons2
1 files changed, 1 insertions, 1 deletions
diff --git a/o3d/installer/linux/build.scons b/o3d/installer/linux/build.scons
index c5086eb..5be980e 100644
--- a/o3d/installer/linux/build.scons
+++ b/o3d/installer/linux/build.scons
@@ -116,7 +116,7 @@ if subprocess.Popen(["which", "dpkg-buildpackage"],
env.Command(targets, None,
"""dir=$OBJ_ROOT/installer/linux/""" + deb_build_tree + """ && \
cd $$dir && \
- dpkg-buildpackage -b -uc -aamd64 -D && \
+ dpkg-buildpackage -b -uc -aamd64 -D -rfakeroot && \
cd $$OLDPWD && \
mv $$dir/../""" + package_file_name + """.deb \
$$(dirname $TARGET) && \