diff options
author | Guillaume Cottenceau <gc@mandriva.com> | 2003-10-22 12:45:29 +0000 |
---|---|---|
committer | Guillaume Cottenceau <gc@mandriva.com> | 2003-10-22 12:45:29 +0000 |
commit | 064d8852207ca5ecab12959f50c06d6a53d23734 (patch) | |
tree | 5c6cf11c9735831586e9e97b2c2e6defccc0c104 | |
parent | ecec080802ee106a19eab47433a92a3f1f473ae2 (diff) | |
download | drakx-064d8852207ca5ecab12959f50c06d6a53d23734.tar drakx-064d8852207ca5ecab12959f50c06d6a53d23734.tar.gz drakx-064d8852207ca5ecab12959f50c06d6a53d23734.tar.bz2 drakx-064d8852207ca5ecab12959f50c06d6a53d23734.tar.xz drakx-064d8852207ca5ecab12959f50c06d6a53d23734.zip |
pixel rulz
-rw-r--r-- | mdk-stage1/stage1.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mdk-stage1/stage1.c b/mdk-stage1/stage1.c index 507cb0f4b..46b08be2c 100644 --- a/mdk-stage1/stage1.c +++ b/mdk-stage1/stage1.c @@ -397,7 +397,7 @@ int mandrake_move_post(void) int real_is_symlink_to_raw = 0; if (!access(IMAGE_LOCATION "/move/symlinks", R_OK)) { - log_message("move: seems we don't use a cloop since " IMAGE_LOCATION "/move/symlinks is here"); + log_message("move: seems we don't use a gzloop since " IMAGE_LOCATION "/move/symlinks is here"); if (scall(symlink(IMAGE_LOCATION, IMAGE_LOCATION_REAL), "symlink")) return RETURN_ERROR; real_is_symlink_to_raw = 1; |