]> git.sesse.net Git - mlt/blobdiff - src/modules/gtk2/Makefile
+ DESTDIR patch from Anthony Green (green at redhat dot com) - many thanks :-)
[mlt] / src / modules / gtk2 / Makefile
index 90193330671578505c1a3ef62482c6c54467051d..87465def1452ca69b38f5a2449bcc5e0c3a1ae1e 100644 (file)
@@ -53,7 +53,7 @@ clean:
                rm -f $(OBJS) $(ASM_OBJS) $(TARGET)
 
 install: all
-       install -m 755 $(TARGET) "$(prefix)/share/mlt/modules"
+       install -m 755 $(TARGET) "$(DESTDIR)$(prefix)/share/mlt/modules"
 
 ifneq ($(wildcard .depend),)
 include .depend