X-Git-Url: http://research.m1stereo.tv/gitweb?a=blobdiff_plain;f=src%2Fmodules%2Fvorbis%2FMakefile;h=6720b313aa152c75d9f5c8a9e5ffdd2f0744d971;hb=34c7916b96a65dbfb6d9414aca781d6292474f98;hp=a367618fa9a794b04ea16f9a394e3abea6a1f0d4;hpb=35bfd1603d15f70354524f4d59eab2f7b4eb4946;p=melted diff --git a/src/modules/vorbis/Makefile b/src/modules/vorbis/Makefile index a367618..6720b31 100644 --- a/src/modules/vorbis/Makefile +++ b/src/modules/vorbis/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