From 09dd200c58d3c5a64726e420e22d3cfd21012752 Mon Sep 17 00:00:00 2001 From: rdb Date: Mon, 6 Jun 2011 19:42:01 +0000 Subject: [PATCH] oops, I'm tired --- makepanda/makepanda.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makepanda/makepanda.py b/makepanda/makepanda.py index d478fa3409..413d6c24a8 100755 --- a/makepanda/makepanda.py +++ b/makepanda/makepanda.py @@ -5350,7 +5350,7 @@ def MakeInstallerLinux(): WriteFile("targetroot/DEBIAN/control", txt.replace("DEPENDS", depends).replace("RECOMMENDS", recommends)) oscmd("rm -rf targetroot/debian") oscmd("chmod -R 755 targetroot/DEBIAN") - oscmd("chmod -R 644 targetroot/control targetroot/md5sums targetroot/conffiles targetroot/symbols") + oscmd("cd targetroot/DEBIAN ; chmod 644 control md5sums conffiles symbols") if (RUNTIME): oscmd("fakeroot dpkg-deb -b targetroot panda3d-runtime_"+DEBVERSION+"_"+ARCH+".deb") else: