summaryrefslogtreecommitdiff
path: root/packaging/RedHat/makerpms.sh.tmpl
diff options
context:
space:
mode:
authorGerald Carter <jerry@samba.org>2002-10-21 21:59:51 +0000
committerGerald Carter <jerry@samba.org>2002-10-21 21:59:51 +0000
commitbc8779fa7eb194e8eff619b4a770ee8c707532f0 (patch)
treeb1c6daf91dce1d9a886eba6241d4381bdb77d5b7 /packaging/RedHat/makerpms.sh.tmpl
parent1ef283d5c34d58389309a86e768ba52413943e9d (diff)
downloadsamba-bc8779fa7eb194e8eff619b4a770ee8c707532f0.tar.gz
samba-bc8779fa7eb194e8eff619b4a770ee8c707532f0.tar.bz2
samba-bc8779fa7eb194e8eff619b4a770ee8c707532f0.zip
Initial build for Samba 3.0. Not finished, but at least
the makerpms.sh completes successfully. (This used to be commit d7ef8cf8da462a1ea9cf114c7ffd33c9a5c3fd9d)
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 aedf421882..4b01e13df3 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 -czvf ${SRCDIR}/samba-${VERSION}.tar.gz samba-${VERSION} )
+( cd ../../.. ; tar --exclude=CVS -cf - samba-${VERSION} | bzip2 > ${SRCDIR}/samba-${VERSION}.tar.bz2 )
cp -av samba.spec ${SPECDIR}
cp -av samba-devel.spec ${SPECDIR}