mirror of
https://github.com/sehugg/8bitworkshop.git
synced 2026-04-20 15:16:38 +00:00
move bitmap-fonts and ibmfonts submodules to first level so they copy properly
This commit is contained in:
@@ -19,6 +19,8 @@ echo "Extracting to $TMPDIR..."
|
||||
rm -fr $TMPDIR
|
||||
mkdir -p $TMPDIR
|
||||
git archive $VERSION | tar x -C $TMPDIR
|
||||
ls $TMPDIR
|
||||
pause
|
||||
echo "Copying to $DESTPATH..."
|
||||
rsync --stats --exclude '.*' --exclude 'scripts/*' --exclude=node_modules --copy-dest=$DEVPATH -rilz --chmod=a+rx -e "ssh -p 2222" $TMPDIR/ $SUBMODS $DESTPATH
|
||||
rsync --stats -rpilvz --chmod=a+rx -e "ssh -p 2222" --copy-dest=$DEVPATH ./gen $DESTPATH/
|
||||
|
||||
Reference in New Issue
Block a user