aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorPapoteur <papoteur@mageialinux-online.org>2015-10-09 18:41:57 +0200
committerPapoteur <papoteur@mageialinux-online.org>2015-10-09 18:41:57 +0200
commit9056b06390d6ec207f52ec02b658578cd7962b62 (patch)
treef75a0eb5868e72643c1197afe43834cbb13dcbc9 /Makefile
parent755cb6c801aa89cf0462634d5876d59e2b513b28 (diff)
downloadisodumper-9056b06390d6ec207f52ec02b658578cd7962b62.tar
isodumper-9056b06390d6ec207f52ec02b658578cd7962b62.tar.gz
isodumper-9056b06390d6ec207f52ec02b658578cd7962b62.tar.bz2
isodumper-9056b06390d6ec207f52ec02b658578cd7962b62.tar.xz
isodumper-9056b06390d6ec207f52ec02b658578cd7962b62.zip
Adapt makefile
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 2975e35..eb99a58 100644
--- a/Makefile
+++ b/Makefile
@@ -25,6 +25,7 @@ PIXMAPSDIR=$(PREFIX)/share/pixmaps
LOCALEDIR=$(PREFIX)
DOCDIR=$(PREFIX)/share/doc/isodumper
PYTHON=/usr/bin/env python
+SYSCONFDIR=/etc
DIRS = polkit
POFILES = po
@@ -97,6 +98,9 @@ install:
mkdir -p $(DESTDIR)$(ICONSDIR)/hicolor/scalable/apps
install -m 644 isodumper.svg $(DESTDIR)$(ICONSDIR)/hicolor/scalable/apps/isodumper.svg
+ mkdir $(SYSCONFDIR)/mpan/categories.d
+ install -m 644 mpan/categories.conf.d/manadumper.conf $(SYSCONFDIR)/mpan/categories.d
+
# for isodumper.mo translations
for locale in share/locale/*; \
do \