* [PATCH] dhcp: update lfs to extract bind archive after gzip update
@ 2017-03-18 11:34 Marcel Lorenz
0 siblings, 0 replies; only message in thread
From: Marcel Lorenz @ 2017-03-18 11:34 UTC (permalink / raw)
To: development
[-- Attachment #1: Type: text/plain, Size: 681 bytes --]
---
lfs/dhcp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lfs/dhcp b/lfs/dhcp
index 9a89d40..efd8b7b 100644
--- a/lfs/dhcp
+++ b/lfs/dhcp
@@ -70,7 +70,7 @@ $(subst %,%_MD5,$(objects)) :
$(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
@$(PREBUILD)
@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE)
-
+ cd $(DIR_APP)/bind && tar axf bind.tar.gz
cd $(DIR_APP) && patch -Np1 < $(DIR_SRC)/src/patches/dhcp/dhcp-remove-bind.patch
cd $(DIR_APP) && patch -Np1 < $(DIR_SRC)/src/patches/dhcp/dhcp-errwarn-message.patch
cd $(DIR_APP) && patch -Np1 < $(DIR_SRC)/src/patches/dhcp/dhcp-dhclient-options.patch
--
2.9.3
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2017-03-18 11:34 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-03-18 11:34 [PATCH] dhcp: update lfs to extract bind archive after gzip update Marcel Lorenz
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox