X-Git-Url: http://research.m1stereo.tv/gitweb?a=blobdiff_plain;f=src%2Fmodules%2Fresample%2FMakefile;h=14d94cd3f12f59166c41b5024310d2f100fa5ec6;hb=34c7916b96a65dbfb6d9414aca781d6292474f98;hp=7250641b794f1f1579d6cd697d6817af40648617;hpb=35bfd1603d15f70354524f4d59eab2f7b4eb4946;p=melted diff --git a/src/modules/resample/Makefile b/src/modules/resample/Makefile index 7250641..14d94cd 100644 --- a/src/modules/resample/Makefile +++ b/src/modules/resample/Makefile @@ -28,7 +28,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