summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authortv@mageia.org <tv@mageia.org>2020-05-29 21:50:54 +0200
committerNicolas Lécureuil <neoclust@mageia.org>2020-06-02 10:11:08 +0200
commit37e25d724cfda5417a4ddd03e601fb436573df78 (patch)
tree3182758f1c0c8714d1ab88a664393ae9477495fb /Makefile
parentf14aaecef5b5fa76646960b826b81e2fcdc6f48d (diff)
downloaddraksnapshot-37e25d724cfda5417a4ddd03e601fb436573df78.tar
draksnapshot-37e25d724cfda5417a4ddd03e601fb436573df78.tar.gz
draksnapshot-37e25d724cfda5417a4ddd03e601fb436573df78.tar.bz2
draksnapshot-37e25d724cfda5417a4ddd03e601fb436573df78.tar.xz
draksnapshot-37e25d724cfda5417a4ddd03e601fb436573df78.zip
Add polkit feature
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