summaryrefslogtreecommitdiffstats
path: root/o3d/installer/linux/build.scons
diff options
context:
space:
mode:
Diffstat (limited to 'o3d/installer/linux/build.scons')
-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) && \