diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2003-11-05 14:43:09 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2003-11-05 14:43:09 +0000 |
commit | 5c4b70f129736d4258658c60e18f3465d7cf2873 (patch) | |
tree | aa86c9d92de88a0e21200c67f6c21e43a33b0eda /move/Makefile | |
parent | 5a2f6462fe9a9c0a24022e78b1f44e773b9c1432 (diff) | |
download | drakx-5c4b70f129736d4258658c60e18f3465d7cf2873.tar drakx-5c4b70f129736d4258658c60e18f3465d7cf2873.tar.gz drakx-5c4b70f129736d4258658c60e18f3465d7cf2873.tar.bz2 drakx-5c4b70f129736d4258658c60e18f3465d7cf2873.tar.xz drakx-5c4b70f129736d4258658c60e18f3465d7cf2873.zip |
- run "kbuildsycoca --global" when building
- using a special configuration telling kde not to build during startup
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 |