Skip to content

Commit

Permalink
fix build script for dropbear
Browse files Browse the repository at this point in the history
  • Loading branch information
jblomer committed Jul 13, 2015
1 parent 0503470 commit 259d901
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages.d/dropbear/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ include config.mk
DROPBEAR_BINARY = dropbear-$(DROPBEAR_STRONG_VERSION)/bin/dropbear
DROPBEAR_BUILD_PRODUCT = $(DROPBEAR_SOURCETREE)/dropbear
DROPBEAR_STRIPPED = $(DROPBEAR_BUILD_PRODUCT)-stripped
DROPBEAR_MAKEFILE = $(DROPBEAR_SOURCETREE)/config.mk
DROPBEAR_MAKEFILE = $(DROPBEAR_SOURCETREE)/Makefile
DROPBEAR_CONFIGURE = $(DROPBEAR_SOURCETREE)/configure

all: $(DROPBEAR_BINARY)
Expand Down

0 comments on commit 259d901

Please sign in to comment.