mirror of
https://github.com/samba-team/samba.git
synced 2025-03-08 04:58:40 +03:00
r23262: Fix mkrelease.sh to work in the right directories
(This used to be commit db8d78f187339acefc0ba03b3c33d1128208b084)
This commit is contained in:
parent
57be767a24
commit
af1c3c64b0
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user