summarylogtreecommitdiffstats
path: root/patch_buildall
blob: 4e4d94df7d230c83efd57e6570530ac2c3397098 (plain)
1
2
3
4
5
6
7
8
9
@@ -669,7 +669,7 @@
   UpdateVersionInDebianControl(os.path.join(dest_package_path, "DEBIAN", "control"))
 
   # create .deb with dest_package 
-  iutl.RunCommand(["fakeroot", "dpkg-deb", "--build", dest_package_path])
+  iutl.RunCommand(["dpkg-deb", "--build", dest_package_path])
 
   # create RPM from deb
   # msg.Info("Creating RPM package...")