From f266b990409f7085c0312543639d5edaa3d7d0b1 Mon Sep 17 00:00:00 2001 From: Chen Gong Date: Tue, 15 May 2018 08:53:40 +0800 Subject: [PATCH] fix(plum): install from source tarball --- Makefile | 2 +- plum | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 9193229..cf5263d 100644 --- a/Makefile +++ b/Makefile @@ -19,7 +19,7 @@ endif # Note this doesn't work for `extra`, because non of the extra input schemas are # enabled by default. all preset extra minimal: - no_update=1 $(MAKE) -C plum OUTPUT=$(OUTPUT) $(@)$${build_bin:+-bin} + $(MAKE) -C plum OUTPUT=$(OUTPUT) $(@)$${build_bin:+-bin} install clean: $(MAKE) -C plum OUTPUT=$(OUTPUT) $(@) diff --git a/plum b/plum index b1097e1..2d8caf5 160000 --- a/plum +++ b/plum @@ -1 +1 @@ -Subproject commit b1097e1bbc7cfe50e94c99310ad4395a784759bf +Subproject commit 2d8caf534e31dcf07560ea4a9c5dedff0a89bef1