From 84d892bff72ea17f4aec5c7bc402535818c23b90 Mon Sep 17 00:00:00 2001 From: daviddavid Date: Sun, 10 Apr 2016 11:28:24 +0200 Subject: fix header file location - also do not translate "Name=IsoDumper" from desktop file - add file header.svg --- Makefile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 4f84e18..18b850c 100644 --- a/Makefile +++ b/Makefile @@ -61,8 +61,8 @@ install: mkdir -p $(DESTDIR)$(BINDIR) install -m 755 polkit/isodumper $(DESTDIR)$(BINDIR) - # for policy file isodumper on /usr/share/polkit-1/actions/ - # to have authentication with polkit (use for mageia policy) + # for policy file isodumper on /usr/share/polkit-1/actions/ + # to have authentication with polkit (use for mageia policy) mkdir -p $(DESTDIR)$(POLKITPOLICYDIR) install -m 644 polkit/org.mageia.isodumper.policy $(DESTDIR)$(POLKITPOLICYDIR) @@ -71,8 +71,9 @@ install: install -m 755 lib/isodumper.py $(DESTDIR)$(LIBDIR)/isodumper install -m 755 lib/raw_format.py $(DESTDIR)$(LIBDIR)/isodumper - # for DATADIR isodumper.py header.png + # for DATADIR isodumper.py header.png and header.svg mkdir -p $(DESTDIR)$(DATADIR)/isodumper + install -m 644 share/isodumper/header.png $(DESTDIR)$(DATADIR)/isodumper install -m 644 share/isodumper/header.svg $(DESTDIR)$(DATADIR)/isodumper # for isodumper-qt desktop menu entry -- cgit v1.2.1