diff options
author | Gerald Carter <jerry@samba.org> | 2002-11-18 15:59:04 +0000 |
---|---|---|
committer | Gerald Carter <jerry@samba.org> | 2002-11-18 15:59:04 +0000 |
commit | e9752bf4ca99848aaf66bbf1dc5900450d4fc647 (patch) | |
tree | e1a46c21ce3cb3dd70058cee532e499c6f88ac9c /packaging/RedHat/makerpms.sh.tmpl | |
parent | a40359b6e942353c1d4177ddebdc6ea0fd6d8fd5 (diff) | |
download | samba-e9752bf4ca99848aaf66bbf1dc5900450d4fc647.tar.gz samba-e9752bf4ca99848aaf66bbf1dc5900450d4fc647.tar.bz2 samba-e9752bf4ca99848aaf66bbf1dc5900450d4fc647.zip |
sync packaging changes with SAMBA_3_0
(This used to be commit 45adf8c0fffe52731cd2da0d461b7292d0f6c817)
Diffstat (limited to 'packaging/RedHat/makerpms.sh.tmpl')
-rw-r--r-- | packaging/RedHat/makerpms.sh.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging/RedHat/makerpms.sh.tmpl b/packaging/RedHat/makerpms.sh.tmpl index 5aa9937077..31e660d945 100644 --- a/packaging/RedHat/makerpms.sh.tmpl +++ b/packaging/RedHat/makerpms.sh.tmpl @@ -69,7 +69,7 @@ if [ z$1 = z"devel" ]; then (cd ../../.. ; mv samba samba-${VERSION} ) fi -( cd ../../.. ; tar --exclude=CVS -cf - samba-${VERSION} | bzip2 > ${SRCDIR}/samba-${VERSION}.tar.bz2 ) +( cd ../../.. ; tar --exclude=CVS -cf - samba-${VERSION}/. | bzip2 > ${SRCDIR}/samba-${VERSION}.tar.bz2 ) cp -av samba.spec ${SPECDIR} cp -av samba-devel.spec ${SPECDIR} |