diff options
-rw-r--r-- | Makefile | 1 | ||||
-rw-r--r-- | NEWS | 1 |
2 files changed, 2 insertions, 0 deletions
@@ -30,6 +30,7 @@ clean: install: install -d $(PREFIX)/usr/{sbin,bin,share/{mime/packages,$(NAME)/pixmaps,autostart,gnome/autostart,icons/{mini,large}}} install -m755 draksnapshot-config $(SBINDIR) + install -m755 draksnapshot-restore $(SBINDIR) install -m755 draksnapshot-applet $(BINDIR) install -d $(SYSCONFDIR) install -m644 icons/$(NAME).png $(ICONSDIR)/mini/$(NAME).png @@ -1,5 +1,6 @@ - configurator: o set 755 perms on cron entry (#39699) +- draksnapshot-restore wasn't installed Version 0.6 - 28 March 2008, Thierry Vignaud |