X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=profiles%2FMakefile;h=cc6ff46b6b210367d7e8c3c40f8d8314730b20f0;hb=5a9b3541e147a343c998b286ada0c87293354d7c;hp=9ad9f62cf09f3bd6b546b01b08e828d11a4f9fcb;hpb=aed5c934e7fa3cd8b4239ef77d1aaec287a6f037;p=mlt diff --git a/profiles/Makefile b/profiles/Makefile index 9ad9f62c..cc6ff46b 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)$(mltdatadir)/profiles" + install -m 644 * "$(DESTDIR)$(mltdatadir)/profiles" + rm -f "$(DESTDIR)$(mltdatadir)/profiles/"*~ + rm -f "$(DESTDIR)$(mltdatadir)/profiles/Makefile" uninstall: - rm -rf "$(DESTDIR)$(prefix)/share/mlt/profiles" + rm -rf "$(DESTDIR)$(mltdatadir)/profiles"