1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-05 21:57:51 +03:00
samba-mirror/source4/script/mkrelease.sh
Andrew Bartlett af1c3c64b0 r23262: Fix mkrelease.sh to work in the right directories
(This used to be commit db8d78f187339acefc0ba03b3c33d1128208b084)
2007-10-10 14:53:07 -05:00

12 lines
209 B
Bash
Executable File

#!/bin/sh
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