X-Git-Url: http://research.m1stereo.tv/gitweb?a=blobdiff_plain;f=src%2Fmodules%2Fsdl%2FMakefile;h=6058a15e93a6ae75d5d346a3df21676f616a9e27;hb=34c7916b96a65dbfb6d9414aca781d6292474f98;hp=929c03f493a1718d8644a8d04c49551b6091841c;hpb=35bfd1603d15f70354524f4d59eab2f7b4eb4946;p=melted diff --git a/src/modules/sdl/Makefile b/src/modules/sdl/Makefile index 929c03f..6058a15 100644 --- a/src/modules/sdl/Makefile +++ b/src/modules/sdl/Makefile @@ -43,7 +43,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