X-Git-Url: http://research.m1stereo.tv/gitweb?a=blobdiff_plain;f=src%2Fmodules%2Fgtk2%2FMakefile;h=87465def1452ca69b38f5a2449bcc5e0c3a1ae1e;hb=34c7916b96a65dbfb6d9414aca781d6292474f98;hp=90193330671578505c1a3ef62482c6c54467051d;hpb=35bfd1603d15f70354524f4d59eab2f7b4eb4946;p=melted diff --git a/src/modules/gtk2/Makefile b/src/modules/gtk2/Makefile index 9019333..87465de 100644 --- a/src/modules/gtk2/Makefile +++ b/src/modules/gtk2/Makefile @@ -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