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
This commit is contained in:
Christian Stimming
2007-01-31 13:55:33 +00:00
parent 68f9050a4b
commit 565b3afbb0

View File

@@ -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() {