mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
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:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user