Skip to content

Commit

Permalink
Clean up branch off testing stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-nitrokey committed Jun 19, 2020
1 parent ff58f15 commit 19c1e8f
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions modules/cryptsetup
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,10 @@ cryptsetup_configure := ./configure \
# but after building, replace prefix so that they will be installed
# in the correct directory.
cryptsetup_target := \
$(MAKE_JOBS) \
&& $(MAKE) \
-C $(build)/$(cryptsetup_dir) \
prefix="$(INSTALL)" \
install
$(MAKE) \
-C $(build)/$(cryptsetup_dir) \
prefix="$(INSTALL)" \
install

cryptsetup_output := \
src/.libs/cryptsetup \
Expand Down

0 comments on commit 19c1e8f

Please sign in to comment.