aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorSARL ENR-68 <david@david.david>2014-05-09 14:20:39 +0200
committerSARL ENR-68 <david@david.david>2014-05-09 14:20:39 +0200
commitd4d6c7665d51a0100201049e004e4a0b29a57d23 (patch)
treebd99a34ed1edbabdfa26fc8a05489d210b7e7f11 /Makefile
parent41774d166676112ae8cfda11387ea9642fb7d8e0 (diff)
downloadisodumper-d4d6c7665d51a0100201049e004e4a0b29a57d23.tar
isodumper-d4d6c7665d51a0100201049e004e4a0b29a57d23.tar.gz
isodumper-d4d6c7665d51a0100201049e004e4a0b29a57d23.tar.bz2
isodumper-d4d6c7665d51a0100201049e004e4a0b29a57d23.tar.xz
isodumper-d4d6c7665d51a0100201049e004e4a0b29a57d23.zip
Merge branch '0.30' of https://github.com/papoteur-mga/isodumper
- from 0.30 branch to master branch
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index f53eb3b..1a73fe3 100644
--- a/Makefile
+++ b/Makefile
@@ -54,9 +54,10 @@ install: all
mkdir -p $(DESTDIR)$(POLKITPOLICYDIR)
install -m 644 polkit/org.mageia.isodumper.policy $(DESTDIR)$(POLKITPOLICYDIR)
- # for LIBFILES isodumper.py find_devices
+ # for LIBFILES isodumper.py raw_format.py
mkdir -p $(DESTDIR)$(LIBDIR)/isodumper
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
mkdir -p $(DESTDIR)$(DATADIR)/isodumper