From: Michael Tremer Date: Thu, 28 May 2009 23:05:30 +0000 (+0200) Subject: Updated gnupg2 to work with updated curl. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8700701b03c781ade23257cdf63fe3a49073d9a9;p=ipfire-3.x.git Updated gnupg2 to work with updated curl. --- diff --git a/lfs/gnupg2 b/lfs/gnupg2 index acb618cfc..5a5c81646 100644 --- a/lfs/gnupg2 +++ b/lfs/gnupg2 @@ -25,7 +25,7 @@ include Config PKG_NAME = gnupg -PKG_VER = 2.0.8 +PKG_VER = 2.0.11 PKG_REL = 0 THISAPP = $(PKG_NAME)-$(PKG_VER) @@ -88,6 +88,5 @@ $(OBJECT): $(objects) --libexecdir=/usr/lib/gnupg2 cd $(DIR_APP) && make $(PARALLELISMFLAGS) cd $(DIR_APP) && make install - #chmod -v 4755 /usr/bin/gpg2 --- We don't do this anymore @rm -rf $(DIR_APP) @$(POSTBUILD)