Skip to content

Commit

Permalink
correct packaging on homebrew
Browse files Browse the repository at this point in the history
  • Loading branch information
gisogrimm committed Oct 27, 2024
1 parent 2f99734 commit d57bb6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit d57bb6b

Please sign in to comment.