From: Michael Tremer Date: Mon, 22 Feb 2021 11:02:35 +0000 (+0000) Subject: gnupg: Update automake X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=bbd6e9601396648ab95041ca51d664edba5c1601;p=people%2Fms%2Fipfire-2.x.git gnupg: Update automake Signed-off-by: Michael Tremer --- diff --git a/lfs/gnupg b/lfs/gnupg index 93e5ac21a8..f94948fe92 100644 --- a/lfs/gnupg +++ b/lfs/gnupg @@ -72,6 +72,7 @@ $(subst %,%_MD5,$(objects)) : $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) @$(PREBUILD) @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar jxf $(DIR_DL)/$(DL_FILE) + $(UPDATE_AUTOMAKE) rm -rf /home/nobody/.gnupg /root/.gnupg cd $(DIR_APP) && ./configure --prefix=/usr --libexecdir=/usr/lib --disable-nls cd $(DIR_APP) && make $(MAKETUNING)