Skip to content

Commit

Permalink
Fix ocp-build args
Browse files Browse the repository at this point in the history
  • Loading branch information
AltGr committed Aug 26, 2014
1 parent c5e68e8 commit 24d7c74
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ ifneq ($(has_cmdliner),no)
endif
endif

OCPBUILD_ARGS = -install-lib $(prefix)/lib/ocp-index
OCPBUILD_INSTALL_ARGS = $(OCPBUILD_ARGS) -install-bin $(prefix)/bin
OCPBUILD_ARGS =
OCPBUILD_INSTALL_ARGS =

all: $(LIBS) $(PROJECTS) man

Expand Down

0 comments on commit 24d7c74

Please sign in to comment.