X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;ds=sidebyside;f=profiles%2FMakefile;h=4e07644d603feb4cec3af110b064bb12d13675a9;hb=d766cbd6c0a0f6f426bfdaf81feaa13b7accbbbe;hp=9ad9f62cf09f3bd6b546b01b08e828d11a4f9fcb;hpb=b1616107824f9c1b2e83c97d9a8d3b0cc700ef5f;p=mlt diff --git a/profiles/Makefile b/profiles/Makefile index 9ad9f62c..4e07644d 100644 --- a/profiles/Makefile +++ b/profiles/Makefile @@ -9,10 +9,10 @@ distclean: clean: install: all uninstall - install -d "$(DESTDIR)$(prefix)/share/mlt/profiles" - install -m 644 * "$(DESTDIR)$(prefix)/share/mlt/profiles" - rm -f "$(DESTDIR)$(prefix)/share/mlt/profiles/"*~ - rm -f "$(DESTDIR)$(prefix)/share/mlt/profiles/Makefile" + install -d "$(DESTDIR)$(datadir)/mlt/profiles" + install -m 644 * "$(DESTDIR)$(datadir)/mlt/profiles" + rm -f "$(DESTDIR)$(datadir)/mlt/profiles/"*~ + rm -f "$(DESTDIR)$(datadir)/mlt/profiles/Makefile" uninstall: - rm -rf "$(DESTDIR)$(prefix)/share/mlt/profiles" + rm -rf "$(DESTDIR)$(datadir)/mlt/profiles"