From d57bb6bfe1b7d02aee1b3bfd02aa2cd0c8cbf715 Mon Sep 17 00:00:00 2001 From: Giso Grimm Date: Sun, 27 Oct 2024 17:13:40 +0100 Subject: [PATCH] correct packaging on homebrew --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 6191089..227aca1 100644 --- a/Makefile +++ b/Makefile @@ -228,7 +228,7 @@ endif gitupdate: git fetch --recurse-submodules ; git submodule update --init --recursive -install: +install: all $(CMD_INSTALL) -D libov/tascar/libtascar/build/lib*.$(LIB_EXT) -t $(DESTDIR)$(LIBDIR) $(CMD_INSTALL) -D libov/tascar/plugins/build/*.$(LIB_EXT) -t $(DESTDIR)$(LIBDIR) $(CMD_INSTALL) -D build/ovbox -t $(DESTDIR)$(BINDIR)