[Gpg4win-commits] r38 - in trunk: . packages
jan at users.wald.intevation.org
jan at users.wald.intevation.org
Wed Nov 2 08:02:00 CET 2005
Author: werner
Date: 2005-11-02 08:02:00 +0100 (Wed, 02 Nov 2005)
New Revision: 38
Modified:
trunk/ChangeLog
trunk/packages/download.sh
Log:
Don't include config.h in download.sh
Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog 2005-10-27 14:22:32 UTC (rev 37)
+++ trunk/ChangeLog 2005-11-02 07:02:00 UTC (rev 38)
@@ -1,3 +1,11 @@
+2005-11-02 Werner Koch <wk at g10code.com>
+
+ * packages/download.sh: Removed inclusion of config.h and defined
+ WGET directly. This is required because the download script needs
+ to be used before configure and thus we can't use configure to
+ determine the to be used wget; the config.sh script was anyway
+ missing.
+
2005-10-26 Werner Koch <wk at g10code.com>
* README: Add basic instructions on how to add new packages.
Modified: trunk/packages/download.sh
===================================================================
--- trunk/packages/download.sh 2005-10-27 14:22:32 UTC (rev 37)
+++ trunk/packages/download.sh 2005-11-02 07:02:00 UTC (rev 38)
@@ -18,7 +18,7 @@
# along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
-. ../include/config.sh
+WGET=wget
# GNU
More information about the Gpg4win-commits
mailing list