diff options
author | daviddavid <geiger.david68210@gmail.com> | 2016-04-10 11:28:24 +0200 |
---|---|---|
committer | daviddavid <geiger.david68210@gmail.com> | 2016-04-10 11:28:24 +0200 |
commit | 84d892bff72ea17f4aec5c7bc402535818c23b90 (patch) | |
tree | 7d258d7227e6b62ffbead8ec39fa39a2d1272465 /Makefile | |
parent | ac4e0f9756b3e19ce280ab7a4e978d76ac02dd77 (diff) | |
download | isodumper-84d892bff72ea17f4aec5c7bc402535818c23b90.tar isodumper-84d892bff72ea17f4aec5c7bc402535818c23b90.tar.gz isodumper-84d892bff72ea17f4aec5c7bc402535818c23b90.tar.bz2 isodumper-84d892bff72ea17f4aec5c7bc402535818c23b90.tar.xz isodumper-84d892bff72ea17f4aec5c7bc402535818c23b90.zip |
fix header file location
- also do not translate "Name=IsoDumper" from desktop file
- add file header.svg
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -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 |