X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=autoscripts%2Fpostinst-suid;h=db4bc6ddbca64e2d8dd0f4750b7d745b7a2858fa;hb=81fa0a266942ff1a6edca7c06b952214210ffe2f;hp=d0d16c06d2763382e5b033fc1b98f9c7586bc519;hpb=3d0aaf0cea94bd00a9ea6bc30ed8388b62c7f38b;p=debhelper.git diff --git a/autoscripts/postinst-suid b/autoscripts/postinst-suid index d0d16c0..db4bc6d 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