mirror of
https://github.com/Gnucash/gnucash.git
synced 2026-09-03 20:53:02 -05: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() {
|
function dist_regex() {
|
||||||
setup RegEx
|
setup RegEx
|
||||||
smart_wget $REGEX_BIN_URL $DOWNLOAD_DIR
|
smart_wget $REGEX_URL $DOWNLOAD_DIR
|
||||||
unzip -q $LAST_FILE bin/regex.dll -d $DIST_DIR
|
unzip -q $LAST_FILE bin/libgnurx-0.dll -d $DIST_DIR
|
||||||
}
|
}
|
||||||
|
|
||||||
function dist_autotools() {
|
function dist_autotools() {
|
||||||
|
|||||||
Reference in New Issue
Block a user