summaryrefslogtreecommitdiff
path: root/packaging/RedHat/makerpms.sh.tmpl
diff options
context:
space:
mode:
authorGerald Carter <jerry@samba.org>2002-11-26 16:00:49 +0000
committerGerald Carter <jerry@samba.org>2002-11-26 16:00:49 +0000
commite8ac5004b0ef131106e8d931bc75d9dd2814dff5 (patch)
tree087c72d7543068c01f5541d96339597fcafa8b55 /packaging/RedHat/makerpms.sh.tmpl
parentc89effc731434a05b5f575684c53d4cfd56ff3b2 (diff)
downloadsamba-e8ac5004b0ef131106e8d931bc75d9dd2814dff5.tar.gz
samba-e8ac5004b0ef131106e8d931bc75d9dd2814dff5.tar.bz2
samba-e8ac5004b0ef131106e8d931bc75d9dd2814dff5.zip
working on alpha21
* sync packaging files with HEAD * started work on WHATSNEW (This used to be commit 9d6bdffb9e549bc0553f9a3b5830061ba6aa04b2)
Diffstat (limited to 'packaging/RedHat/makerpms.sh.tmpl')
-rw-r--r--packaging/RedHat/makerpms.sh.tmpl2
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}