File install-headless.patch of Package LACT
Index: LACT-0.6.0/Makefile =================================================================== --- LACT-0.6.0.orig/Makefile +++ LACT-0.6.0/Makefile @@ -21,6 +21,7 @@ install-resources: install -Dm644 res/io.github.lact-linux.svg $(DESTDIR)$(PREFIX)/share/icons/hicolor/scalable/apps/io.github.lact-linux.svg install: install-resources + install -Dm755 target/release/lact-headless $(DESTDIR)$(PREFIX)/bin/lact-headless install -Dm755 target/release/lact $(DESTDIR)$(PREFIX)/bin/lact install-debug: install-resources