summaryrefslogtreecommitdiff
path: root/packaging/Mandrake/makerpms.sh.tmpl
diff options
context:
space:
mode:
authorGerald Carter <jerry@samba.org>2003-04-29 04:59:35 +0000
committerGerald Carter <jerry@samba.org>2003-04-29 04:59:35 +0000
commitd35834098df548f37a95348db5d403d339d485fd (patch)
tree5fc9f7d43be0442a11793debc6175a71da908134 /packaging/Mandrake/makerpms.sh.tmpl
parentdf31340b5d751854545259839ad8d38a95e5efae (diff)
downloadsamba-d35834098df548f37a95348db5d403d339d485fd.tar.gz
samba-d35834098df548f37a95348db5d403d339d485fd.tar.bz2
samba-d35834098df548f37a95348db5d403d339d485fd.zip
packaging updates from Buchan
(This used to be commit e4754e0a2bd2ca7b2495a9d747fe08cdb45c8876)
Diffstat (limited to 'packaging/Mandrake/makerpms.sh.tmpl')
-rw-r--r--packaging/Mandrake/makerpms.sh.tmpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/packaging/Mandrake/makerpms.sh.tmpl b/packaging/Mandrake/makerpms.sh.tmpl
index ba4eff0e2b..5d06e2bbcc 100644
--- a/packaging/Mandrake/makerpms.sh.tmpl
+++ b/packaging/Mandrake/makerpms.sh.tmpl
@@ -13,8 +13,8 @@
#
# rpm --eval should always give a correct answer for this
-SPECDIR=`rpm --eval "%{_specdir}"`
-SRCDIR=`rpm --eval "%{_sourcedir}"`
+SPECDIR=`rpm "$@" --eval "%{_specdir}"`
+SRCDIR=`rpm "$@" --eval "%{_sourcedir}"`
# At this point the (SPECDIR and) SRCDIR vaiables must have a value!