summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/makefile b/makefile
index 9a2f6d0..2929c10 100644
--- a/makefile
+++ b/makefile
@@ -3,7 +3,7 @@ all:
clean:
rm -f pkd.py *.pid *.sock *.log
install:
- useradd -rUs /usr/sbin/nologin pkd
+ useradd -rUs /usr/sbin/nologin pkd || true
mkdir -p /run/pk /etc/pk
chmod 0755 /run/pk
chmod 0700 /etc/pk