Skip to content

Commit

Permalink
Remove .svn dirs from final product.
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Jun 2, 2004
1 parent dd20774 commit b5718b9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build-patchfile.sh
Expand Up @@ -28,10 +28,12 @@ mkdir -p tmp
echo "copying initial patch to SoU branch..."
cp -R MojoPatch.app "/Users/icculus/Desktop/Shadows of Undrentide Installer.app"
rm -f "/Users/icculus/Desktop/Shadows of Undrentide Installer.app/Contents/MacOS/xdelta"
find "/Users/icculus/Desktop/Shadows of Undrentide Installer.app" -name ".svn" -type d -exec rm -rf {} \; 2>/dev/null

echo "copying initial patch to HotU branch..."
cp -R MojoPatch.app "/Users/icculus/Desktop/Hordes of the Underdark Installer.app"
rm -f "/Users/icculus/Desktop/Hordes of the Underdark Installer.app/Contents/MacOS/xdelta"
find "/Users/icculus/Desktop/Hordes of the Underdark Installer.app" -name ".svn" -type d -exec rm -rf {} \; 2>/dev/null

# Add XP1 data to patchfile...
./MojoPatch.app/Contents/MacOS/mojopatch --create --alwaysadd --zliblevel 1 \
Expand Down

0 comments on commit b5718b9

Please sign in to comment.