X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=autoscripts%2Fpostinst-suid;h=db4bc6ddbca64e2d8dd0f4750b7d745b7a2858fa;hb=e2a6d4cec4a7ee952cf6a7f250d80f1d75a38f95;hp=d0d16c06d2763382e5b033fc1b98f9c7586bc519;hpb=4106beebd28b7fe73dd19e43cf15378c08b8241f;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