1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00
samba-mirror/source4/script/mkrelease.sh
Jelmer Vernooij 2096b36411 r21038: Move commands to distclean target
(This used to be commit 6713945fba)
2007-10-10 14:44:23 -05:00

13 lines
200 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