mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Windows build: fix upload code
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@20460 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
566887f20e
commit
003c73794a
@ -84,7 +84,9 @@ if [ `hostname` = "gnucash-win32" ]; then
|
|||||||
TARGET_DIR=${REPOS_URL##*/}
|
TARGET_DIR=${REPOS_URL##*/}
|
||||||
fi
|
fi
|
||||||
# Small hack to create the target directory if it doesn't exist yet
|
# Small hack to create the target directory if it doesn't exist yet
|
||||||
scp -r $TARGET_DIR upload@code.gnucash.org:public_html/win32
|
mkdir "$TMP_DIR/$TARGET_DIR"
|
||||||
|
scp -r "$TMP_DIR/$TARGET_DIR" upload@code.gnucash.org:public_html/win32
|
||||||
|
rmdir "$TMP_DIR/$TARGET_DIR"
|
||||||
# Copy the files to the chosen target directory
|
# Copy the files to the chosen target directory
|
||||||
scp -p ${LOGFILE} ${_OUTPUT_DIR}/${SETUP_FILENAME} upload@code.gnucash.org:public_html/win32/$TARGET_DIR
|
scp -p ${LOGFILE} ${_OUTPUT_DIR}/${SETUP_FILENAME} upload@code.gnucash.org:public_html/win32/$TARGET_DIR
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user