summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 3090227..763626c 100644
--- a/Makefile
+++ b/Makefile
@@ -34,7 +34,7 @@ all: man.commons backup backup.1 lastBackups lastBackups.1 backupStatistics back
s/#VERSION#/$(VERSION)/; \
s@#BINDIR#@$(BINDIR)@; \
s@#ETCDIR#@$(ETCDIR)@; \
- s@#NUMSTAGES#@6@; \
+ s@#NUMSTAGES#@7@; \
s@#HELPTEXT#\(\s\+\)#@ --help \1display this help and exit\n --version\1display version and exit@; \
" $< > $@ && \
( [[ "$@" = *.* ]] || chmod +x "$@" )