Browse Source

Do not copy .svn directories in the Win32 package.

git-svn-id: file:///srv/caca.zoy.org/var/lib/svn/libpipi/trunk@2964 92316355-f0b4-4df1-b90c-862c8a59935f
remotes/tiles
sam 16 years ago
parent
commit
56a2e7a7ea
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      build-win32

+ 1
- 0
build-win32 View File

@@ -38,6 +38,7 @@ rm -Rf "${BUILDDIR}"

# Install gtk-sharp
cp -r "win32/gtksharp/"* "${INSTALLDIR}/"
find "${INSTALLDIR}/" -name .svn -prune -exec rm -rf '{}' ';'

# Install pipi-sharp
mv "${INSTALLDIR}/lib/pipi-sharp/"* "${INSTALLDIR}/bin/"


Loading…
Cancel
Save