mirror of
https://github.com/samba-team/samba.git
synced 2024-12-23 17:34:34 +03:00
run autogen when making a tarball
This commit is contained in:
parent
bef5ad0dea
commit
d9d50b6cfe
@ -36,5 +36,8 @@ rsync -aC $USING_SAMBA $TARBALLDIR/docs/htmldocs/
|
||||
echo Creating packaging scripts...
|
||||
( cd $TARBALLDIR/packaging; sh bin/update-pkginfo $VERSION 1 )
|
||||
|
||||
echo Creating source/configure...
|
||||
( cd $TARBALLDIR/source; ./autogen.sh )
|
||||
|
||||
echo Making tarball samba-$VERSION.tar in current directory...
|
||||
( cd `dirname $TARBALLDIR`; tar cf $SRCDIR/samba-$VERSION.tar samba-$VERSION )
|
||||
|
Loading…
Reference in New Issue
Block a user