]> git.sesse.net Git - mlt/blobdiff - src/modules/lumas/Makefile
+ DESTDIR patch from Anthony Green (green at redhat dot com) - many thanks :-)
[mlt] / src / modules / lumas / Makefile
index fe436bdcddc2c8587c4da404bf66686faec2bb6e..8d663ef86c1e38669a95b45131695f545d5a6d82 100644 (file)
@@ -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