diff options
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 18688c3d6..75a8497be 100644 --- a/move/Makefile +++ b/move/Makefile @@ -52,7 +52,7 @@ install: build sudo mkdir -p $(DEST_LIVETREE)/move sudo cp -f $(addprefix data/, $(DATA_FILES)) $(DEST_LIVETREE)/move - sudo install -m 600 tree/sudoers $(DEST_LIVETREE)/etc + 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 |