diff options
-rw-r--r-- | daemons/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/daemons/Makefile b/daemons/Makefile index 04b4fcbd..69ab42da 100644 --- a/daemons/Makefile +++ b/daemons/Makefile @@ -32,7 +32,7 @@ libutil-libsubst = -lutil include ../Makeconf %: %.sh - cp $< $@ + cp $< $@ && chmod +w $@ getty: -lutil |