Fix releaser script according to the new sources tree.
This commit is contained in:
parent
c7d77d7664
commit
bedaf12b0e
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@ if [ ! -f $LIBNFC_WINDOWS_ARCHIVE ]; then
|
||||||
mkdir -p $LIBNFC_WINDOWS_DIR
|
mkdir -p $LIBNFC_WINDOWS_DIR
|
||||||
|
|
||||||
# Export sources
|
# Export sources
|
||||||
svn export src $LIBNFC_WINDOWS_DIR/src
|
svn export libnfc $LIBNFC_WINDOWS_DIR/src
|
||||||
# Export windows files
|
# Export windows files
|
||||||
svn export win32 $LIBNFC_WINDOWS_DIR/win32
|
svn export win32 $LIBNFC_WINDOWS_DIR/win32
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue