From 81fa0a266942ff1a6edca7c06b952214210ffe2f Mon Sep 17 00:00:00 2001 From: joey Date: Mon, 11 Aug 2003 19:32:50 +0000 Subject: r1586: * dh_python: patch from Josselin to fix generated depends. Closes: #204717 * dh_pythn: also stylistic and tab damage fixes --- autoscripts/postinst-suid | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'autoscripts') 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 -- cgit v1.2.3