diff options
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -33,7 +33,7 @@ clean: install: all $(MAKE) -C po $@ - install -d $(PREFIX)/usr/{sbin,bin,share/{$(NAME)/pixmaps,autorun,icons/{mini,large}}} + install -d $(PREFIX)/usr/{sbin,bin,share/{$(NAME)/pixmaps,autostart,icons/{mini,large}}} install -s -m755 $(NAME) $(SBINDIR) install -s -m755 $(MDKUPDATE) $(BINDIR) install -s -m755 $(MDKAPPLET) $(BINDIR) |