]> git.sesse.net Git - mlt/blobdiff - profiles/Makefile
profiles/Makefile: fix removal of turd (*~) files on install.
[mlt] / profiles / Makefile
index 4da111409bff396815815f6cb646032d2435f203..9ad9f62cf09f3bd6b546b01b08e828d11a4f9fcb 100644 (file)
@@ -11,7 +11,7 @@ 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/"*~
        rm -f "$(DESTDIR)$(prefix)/share/mlt/profiles/Makefile"
 
 uninstall: