summaryrefslogtreecommitdiff
path: root/autoscripts
diff options
context:
space:
mode:
authorjoey <joey>1999-08-17 05:12:49 +0000
committerjoey <joey>1999-08-17 05:12:49 +0000
commit4a74fb7a4bbe662e54eeb13630ac190af64fcb25 (patch)
treed0c9d435017198d76d9d984c2b9256fd20fb19ad /autoscripts
parent4dcd2be0df92f2b63fe7a9f498e0bebc989f5ecc (diff)
downloaddebhelper-4a74fb7a4bbe662e54eeb13630ac190af64fcb25.tar.gz
r197: Initial Import
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 83f2f09f..dcc277fd 100644
--- a/autoscripts/postinst-suid
+++ b/autoscripts/postinst-suid
@@ -1,6 +1,6 @@
if command -v suidregister >/dev/null 2>&1 && [ -e /etc/suid.conf ]; then
suidregister -s #PACKAGE# /#FILE# #OWNER# #GROUP# #PERMS#
-elif [ -e #FILE# ]; then
+elif [ -e /#FILE# ]; then
chown #OWNER#.#GROUP# /#FILE#
chmod #PERMS# /#FILE#
fi