diff options
Diffstat (limited to 'move/Makefile')
-rw-r--r-- | move/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/move/Makefile b/move/Makefile index d594f3cae..ec5884e98 100644 --- a/move/Makefile +++ b/move/Makefile @@ -54,6 +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_loop $(DEST_LIVETREE)/usr/bin + sudo install -m 644 tree/kdedrc $(DEST_LIVETREE)/usr/share/config grep ChangeLog $(INSTALL)/CVS/Entries > /tmp/version sudo cp -f /tmp/version $(DEST_LIVETREE)/usr/share/VERSION |