diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2003-10-31 15:29:33 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2003-10-31 15:29:33 +0000 |
commit | 0d4c275cd59708cc674744b3b932f40ea083e7a6 (patch) | |
tree | 0c1b960cee7a15c4218776a70dd29e4ce7ee6eb6 /move/Makefile | |
parent | 7e6048a6263048b27697f3c2c3de3e8fac0deff7 (diff) | |
download | drakx-0d4c275cd59708cc674744b3b932f40ea083e7a6.tar drakx-0d4c275cd59708cc674744b3b932f40ea083e7a6.tar.gz drakx-0d4c275cd59708cc674744b3b932f40ea083e7a6.tar.bz2 drakx-0d4c275cd59708cc674744b3b932f40ea083e7a6.tar.xz drakx-0d4c275cd59708cc674744b3b932f40ea083e7a6.zip |
replace mdk_move_boot_loop with the more flexible mdk_move_loop
Diffstat (limited to 'move/Makefile')
-rw-r--r-- | move/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/move/Makefile b/move/Makefile index 75a8497be..d708b58f5 100644 --- a/move/Makefile +++ b/move/Makefile @@ -54,7 +54,7 @@ install: build sudo install -m 440 tree/sudoers $(DEST_LIVETREE)/etc sudo install -m 644 tree/mdk_move_boot_loop.desktop $(DEST_LIVETREE)/usr/share/autostart - sudo install tree/mdk_move_boot_loop $(DEST_LIVETREE)/usr/bin + sudo install tree/mdk_move_loop $(DEST_LIVETREE)/usr/bin grep ChangeLog $(INSTALL)/CVS/Entries > /tmp/version sudo cp -f /tmp/version $(DEST_LIVETREE)/usr/share/VERSION |