We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d6d765 commit 84a7837Copy full SHA for 84a7837
cefpython/cef3/linux/installer/make-deb.py
@@ -283,7 +283,7 @@ def modify_deb_archive():
283
# Create deb archive from the modified ./DEBIAN/ and
284
# ./usr/ directories.
285
log("Creating deb archive from the modified files")
286
- os.system("dpkg-deb -b . ./%s" % deb_archive_name)
+ os.system("fakeroot dpkg-deb -b . ./%s" % deb_archive_name)
287
288
def main():
289
# Command line options
0 commit comments