summaryrefslogtreecommitdiff
path: root/autoscripts
diff options
context:
space:
mode:
authorjoey <joey>2003-08-11 19:32:50 +0000
committerjoey <joey>2003-08-11 19:32:50 +0000
commit81fa0a266942ff1a6edca7c06b952214210ffe2f (patch)
tree12d8bb05f20de46e8ab73630237f03cc2f278327 /autoscripts
parent3d0aaf0cea94bd00a9ea6bc30ed8388b62c7f38b (diff)
r1586: * dh_python: patch from Josselin to fix generated depends. Closes: #204717
* dh_pythn: also stylistic and tab damage fixes
Diffstat (limited to 'autoscripts')
-rw-r--r--autoscripts/postinst-suid2
1 files changed, 1 insertions, 1 deletions
diff --git a/autoscripts/postinst-suid b/autoscripts/postinst-suid
index d0d16c06..db4bc6dd 100644
--- a/autoscripts/postinst-suid
+++ b/autoscripts/postinst-suid
@@ -2,7 +2,7 @@ if [ "$1" = "configure" ]; then
if which suidregister >/dev/null 2>&1 && [ -e /etc/suid.conf ]; then
suidregister -s #PACKAGE# /#FILE# #OWNER# #GROUP# #PERMS#
elif [ -e /#FILE# ]; then
- chown #OWNER#.#GROUP# /#FILE#
+ chown #OWNER#:#GROUP# /#FILE#
chmod #PERMS# /#FILE#
fi
fi