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

r23262: Fix mkrelease.sh to work in the right directories

This commit is contained in:
Andrew Bartlett 2007-05-31 05:37:52 +00:00 committed by Gerald (Jerry) Carter
parent f803e563cb
commit db8d78f187

View File

@ -4,9 +4,8 @@ VERSION=$1
svn export . samba-$VERSION || exit 1
cd samba-$VERSION/source
./autogen.sh || exit 1
./configure || exit 1
make dist || exit 1
tar -zcf samba-$VERSION.tar.gz samba-$VERSION
( cd samba-$VERSION/source
./autogen.sh || exit 1
./configure || exit 1
make dist || exit 1
) && tar -zcf samba-$VERSION.tar.gz samba-$VERSION