X-Git-Url: http://research.m1stereo.tv/gitweb?a=blobdiff_plain;f=src%2Fmodules%2Fvorbis%2FMakefile;h=51557e5c6cde1c936e2110c10b00cd3b5b9b9a76;hb=ee523db03a44cbda4b5def55e0c36427ab6a0747;hp=57faeadc59e2170f3956f2ea953fbde92bb6f858;hpb=30bf05a2dc3d17d9cf87300e07e66828fd729c17;p=melted diff --git a/src/modules/vorbis/Makefile b/src/modules/vorbis/Makefile index 57faead..51557e5 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) "$(DESTDIR)$(prefix)/share/mlt/modules" + install -m 755 $(TARGET) "$(DESTDIR)$(libdir)/mlt" ifneq ($(wildcard .depend),) include .depend