summaryrefslogtreecommitdiffstats
path: root/move/Makefile
diff options
context:
space:
mode:
authorGuillaume Cottenceau <gc@mandriva.com>2003-10-21 18:01:32 +0000
committerGuillaume Cottenceau <gc@mandriva.com>2003-10-21 18:01:32 +0000
commit6896d7ab75505b0ca96c9534c6763aafc1807c83 (patch)
tree22973a8c53d5b7c52e618e8f9453103285e117c7 /move/Makefile
parent82a6a7e9eefb05e6f76c5299ada1884df1b629fe (diff)
downloaddrakx-6896d7ab75505b0ca96c9534c6763aafc1807c83.tar
drakx-6896d7ab75505b0ca96c9534c6763aafc1807c83.tar.gz
drakx-6896d7ab75505b0ca96c9534c6763aafc1807c83.tar.bz2
drakx-6896d7ab75505b0ca96c9534c6763aafc1807c83.tar.xz
drakx-6896d7ab75505b0ca96c9534c6763aafc1807c83.zip
use pixel's gzloop module rather than cloop
Diffstat (limited to 'move/Makefile')
-rw-r--r--move/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/move/Makefile b/move/Makefile
index a74d11f3d..3f94b72cd 100644
--- a/move/Makefile
+++ b/move/Makefile
@@ -21,7 +21,7 @@ endif
all: install
build: xwait
- cd $(STAGE1) && ADDITIONAL_DEFS="-DMANDRAKE_MOVE" make init stage1-network stage1-cdrom init-move
+ cd $(STAGE1) && ADDITIONAL_DEFS="-DMANDRAKE_MOVE" MOVE=1 make init stage1-network stage1-cdrom init-move
install: build
while [ -e $(DEST_LIVETREE)/lock ]; do echo -e "\t*** sleeping because of lock... ***\n"; sleep 1; done