From 565b3afbb0621b602d96052f374e5f8144bfe4b7 Mon Sep 17 00:00:00 2001 From: Christian Stimming Date: Wed, 31 Jan 2007 13:55:33 +0000 Subject: [PATCH] Fix dist package creation after latest regex changes git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@15478 57a11ea4-9604-0410-9ed3-97b8803252fd --- packaging/win32/dist.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packaging/win32/dist.sh b/packaging/win32/dist.sh index 15706a3243..976f23985e 100644 --- a/packaging/win32/dist.sh +++ b/packaging/win32/dist.sh @@ -41,8 +41,8 @@ function prepare() { function dist_regex() { setup RegEx - smart_wget $REGEX_BIN_URL $DOWNLOAD_DIR - unzip -q $LAST_FILE bin/regex.dll -d $DIST_DIR + smart_wget $REGEX_URL $DOWNLOAD_DIR + unzip -q $LAST_FILE bin/libgnurx-0.dll -d $DIST_DIR } function dist_autotools() {