]> git.donarmstrong.com Git - debhelper.git/blobdiff - autoscripts/postinst-suid
r1586: * dh_python: patch from Josselin to fix generated depends. Closes: #204717
[debhelper.git] / autoscripts / postinst-suid
index d0d16c06d2763382e5b033fc1b98f9c7586bc519..db4bc6ddbca64e2d8dd0f4750b7d745b7a2858fa 100644 (file)
@@ -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