summaryrefslogtreecommitdiff
path: root/packaging
diff options
context:
space:
mode:
authorGerald Carter <jerry@samba.org>2002-11-18 15:17:35 +0000
committerGerald Carter <jerry@samba.org>2002-11-18 15:17:35 +0000
commit9be8f51bc47ecb1e297af007a6d58ef4eed95b56 (patch)
treef16126c857b9679ba23ad201980f584f7c0e4370 /packaging
parentae94f2eaa5bf01e0f4b40883b0782ae3fa1086d9 (diff)
downloadsamba-9be8f51bc47ecb1e297af007a6d58ef4eed95b56.tar.gz
samba-9be8f51bc47ecb1e297af007a6d58ef4eed95b56.tar.bz2
samba-9be8f51bc47ecb1e297af007a6d58ef4eed95b56.zip
use
(This used to be commit 936065c928782ea9775b9fcf9812dacff510523d)
Diffstat (limited to 'packaging')
-rw-r--r--packaging/RedHat/makerpms.sh.tmpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/packaging/RedHat/makerpms.sh.tmpl b/packaging/RedHat/makerpms.sh.tmpl
index 4b01e13df3..5aa9937077 100644
--- a/packaging/RedHat/makerpms.sh.tmpl
+++ b/packaging/RedHat/makerpms.sh.tmpl
@@ -79,11 +79,11 @@ if [ z$1 = "zdevel" ]; then
( cd ../../.. ; mv samba-${VERSION} samba )
echo Getting Ready to build Developmental Build
cd ${SPECDIR}
- rpm -ba -v samba-devel.spec
+ ${RPM} -ba -v samba-devel.spec
else
echo Getting Ready to build release package
cd ${SPECDIR}
- rpm -ba -v --clean --rmsource samba.spec
+ ${RPM} -ba -v --clean --rmsource samba.spec
fi
echo Done.