r16129 - gnucash/trunk/packaging/win32 - Fix dist_libxml2().

Andreas Köhler andi5 at cvs.gnucash.org
Sat May 26 18:23:47 EDT 2007


Author: andi5
Date: 2007-05-26 18:23:46 -0400 (Sat, 26 May 2007)
New Revision: 16129
Trac: http://svn.gnucash.org/trac/changeset/16129

Modified:
   gnucash/trunk/packaging/win32/dist.sh
Log:
Fix dist_libxml2().


Modified: gnucash/trunk/packaging/win32/dist.sh
===================================================================
--- gnucash/trunk/packaging/win32/dist.sh	2007-05-24 22:04:52 UTC (rev 16128)
+++ gnucash/trunk/packaging/win32/dist.sh	2007-05-26 22:23:46 UTC (rev 16129)
@@ -26,7 +26,6 @@
     _GUILE_UDIR=`unix_path $GUILE_DIR`
     _WIN_UDIR=`unix_path $WINDIR`
     _EXETYPE_UDIR=`unix_path $EXETYPE_DIR`
-    _LIBXML2_UDIR=`unix_path $LIBXML2_DIR`
     _GNOME_UDIR=`unix_path $GNOME_DIR`
     _PCRE_UDIR=`unix_path $PCRE_DIR`
     _LIBGSF_UDIR=`unix_path $LIBGSF_DIR`
@@ -74,14 +73,9 @@
     cp -a $_OPENSSL_UDIR/bin/*.dll $DIST_UDIR/bin
 }
 
-function dist_libxml2() {
-    setup LibXML2
-    mkdir -p $DIST_UDIR/bin
-    cp -a $_LIBXML2_UDIR/bin/libxml2.dll $DIST_UDIR/bin
-}
-
 function dist_gnome() {
     setup Gnome platform
+    wget_unpacked $LIBXML2_URL $DOWNLOAD_DIR $DIST_DIR
     wget_unpacked $GETTEXT_URL $DOWNLOAD_DIR $DIST_DIR
     smart_wget $LIBICONV_URL $DOWNLOAD_DIR
     unzip -q $LAST_FILE bin/iconv.dll -d $DIST_DIR
@@ -231,7 +225,6 @@
 dist_autotools
 dist_guile
 dist_openssl
-dist_libxml2
 dist_gnome
 dist_pcre
 dist_libgsf



More information about the gnucash-changes mailing list