summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 2dd2fd0..d2fcca3 100644
--- a/Makefile
+++ b/Makefile
@@ -28,10 +28,12 @@ clean:
find . -name '*~' | xargs rm -f
install:
- install -d $(PREFIX)/usr/{sbin,bin,share/{mime/packages,$(NAME)/pixmaps,icons/{mini,large}}}
- install -m755 draksnapshot-config $(SBINDIR)
+ install -d $(PREFIX)/usr/{sbin,bin,libexec,share/{mime/packages,$(NAME)/pixmaps,autostart,gnome/autostart,icons/{mini,large},polkit-1/actions}}
+ install -m755 draksnapshot-config $(PREFIX)/usr/libexec/
+ install -m755 wrapper $(BINDIR)/draksnapshot-config
+ install -m644 org.mageia.draksnapshot-config.policy $(PREFIX)/usr/share/polkit-1/actions/
install -m755 draksnapshot-restore $(SBINDIR)
- install -m755 draksnapshot-applet $(BINDIR)
+ install -m755 draksnapshot-applet $(SBINDIR)
install -d $(SYSCONFDIR)
install -m644 icons/$(NAME).png $(ICONSDIR)/mini/$(NAME).png
install -m644 icons/$(NAME).png $(ICONSDIR)/$(NAME).png