diff options
-rw-r--r-- | move/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/move/Makefile b/move/Makefile index 91c888b30..9352e3f5d 100644 --- a/move/Makefile +++ b/move/Makefile @@ -24,7 +24,7 @@ endif .PHONY: iso -all: install +default: install build: stage1 xwait runlevel_set sudo ./collect-directories-to-create.pl $(DEST_LIVETREE) > data/directories-to-create |