]> git.sesse.net Git - mlt/blobdiff - profiles/Makefile
Movit debugging always.
[mlt] / profiles / Makefile
index 4da111409bff396815815f6cb646032d2435f203..cc6ff46b6b210367d7e8c3c40f8d8314730b20f0 100644 (file)
@@ -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"