X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Fmodules%2Flumas%2FMakefile;h=8d663ef86c1e38669a95b45131695f545d5a6d82;hb=34c7916b96a65dbfb6d9414aca781d6292474f98;hp=fe436bdcddc2c8587c4da404bf66686faec2bb6e;hpb=35bfd1603d15f70354524f4d59eab2f7b4eb4946;p=mlt diff --git a/src/modules/lumas/Makefile b/src/modules/lumas/Makefile index fe436bdc..8d663ef8 100644 --- a/src/modules/lumas/Makefile +++ b/src/modules/lumas/Makefile @@ -17,7 +17,7 @@ clean: rm -f luma install: all - install -d $(prefix)/share/mlt/modules/lumas/PAL - install -d $(prefix)/share/mlt/modules/lumas/NTSC - install -m 644 PAL/* $(prefix)/share/mlt/modules/lumas/PAL - install -m 644 NTSC/* $(prefix)/share/mlt/modules/lumas/NTSC + install -d $(DESTDIR)$(prefix)/share/mlt/modules/lumas/PAL + install -d $(DESTDIR)$(prefix)/share/mlt/modules/lumas/NTSC + install -m 644 PAL/* $(DESTDIR)$(prefix)/share/mlt/modules/lumas/PAL + install -m 644 NTSC/* $(DESTDIR)$(prefix)/share/mlt/modules/lumas/NTSC