1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-22 13:34:15 +03:00

Fix release script to cope with moved Samba 4 build tools.

This commit is contained in:
Jelmer Vernooij 2011-04-24 02:14:17 +02:00
parent 0645c01b85
commit febc4a730a

View File

@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash
if [ ! -d ".git" -o `dirname $0` != "./source4/script" ]; then
echo "Run this script from the top-level directory in the"
@ -6,8 +6,7 @@ if [ ! -d ".git" -o `dirname $0` != "./source4/script" ]; then
exit 1
fi
cd source4
../buildtools/bin/waf dist
./buildtools/bin/waf dist
TGZFILE="`echo *.tar.gz`"
gunzip $TGZFILE
TARFILE="`echo *.tar`"