Skip to content

Commit 84a7837

Browse files
committed
Fixed issues with owner/gid in debian package. Issue 147.
1 parent 6d6d765 commit 84a7837

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cefpython/cef3/linux/installer/make-deb.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ def modify_deb_archive():
283283
# Create deb archive from the modified ./DEBIAN/ and
284284
# ./usr/ directories.
285285
log("Creating deb archive from the modified files")
286-
os.system("dpkg-deb -b . ./%s" % deb_archive_name)
286+
os.system("fakeroot dpkg-deb -b . ./%s" % deb_archive_name)
287287

288288
def main():
289289
# Command line options

0 commit comments

Comments
 (0)