X-Git-Url: http://research.m1stereo.tv/gitweb?a=blobdiff_plain;f=src%2Fmodules%2Fsox%2FMakefile;h=33e9865211a0746d8146a8e30f72dbb25665d84e;hb=34c7916b96a65dbfb6d9414aca781d6292474f98;hp=e80928c9fc9aec23b7f9dc33ccb45d2ff92bc02b;hpb=35bfd1603d15f70354524f4d59eab2f7b4eb4946;p=melted diff --git a/src/modules/sox/Makefile b/src/modules/sox/Makefile index e80928c..33e9865 100644 --- a/src/modules/sox/Makefile +++ b/src/modules/sox/Makefile @@ -26,7 +26,7 @@ clean: rm -f $(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