summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile1
-rw-r--r--NEWS1
2 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index f21f21c..20951da 100644
--- a/Makefile
+++ b/Makefile
@@ -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
diff --git a/NEWS b/NEWS
index 6b355ac..3f4277d 100644
--- a/NEWS
+++ b/NEWS
@@ -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