diff --git a/sm5/do_release b/sm5/do_release
index 8c34eb0812478168ffafda9aa8c8481ccb799569..5ec881014163f9a0e0efe24e0dca558c0cd3d2a0 100755
--- a/sm5/do_release
+++ b/sm5/do_release
@@ -3,7 +3,7 @@
 # do a smartmontools release
 # (C) 2003-4 Bruce Allen <ballen4705@users.sourceforge.net>, 
 #          Guido Guenther <agx@sigxcpu.org>
-# $Id: do_release,v 1.29 2004/05/03 15:58:33 ballen4705 Exp $
+# $Id: do_release,v 1.30 2004/05/04 21:30:58 ballen4705 Exp $
 
 USECVS=1
 
@@ -83,7 +83,7 @@ cd ..
 cp build/smartmontools-$VERSION.tar.gz $SOURCES
 
 # build rpm
-rpm -ba --sign smartmontools.spec
+rpmbuild -ba --sign smartmontools.spec
 
 # remove source tarball
 rm -f $SOURCES/smartmontools-$VERSION.tar.gz