debian: ugit is now debianized
[ugit.git] / scripts / build-win32.sh
blobd435f8ff8c5bf7d5075dfc707f5be36d2681704d
1 #!/bin/sh
2 . $(dirname $0)/common.sh
4 PREFIX=installroot
5 BINDIR=$PREFIX/bin
6 DOCDIR=$PREFIX/share/doc/ugit
8 try_python /usr/bin/python2.5 "$PREFIX"
10 # no symlinks on win32
11 rm -f $BINDIR/bin/ugit
13 cp scripts/py2exe-* $BINDIR
14 cp scripts/ugit-win32.sh $BINDIR
16 mkdir -p $DOCDIR
17 cp README $DOCDIR/README.txt