1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-27 22:50:26 +03:00

packaging: fix a comment typo in makerpms script.

Michael
(cherry picked from commit 6044373d69ae8cb0353e7a03e923462a093da5f0)
(This used to be commit 95681f066dc070d6552455aabbb27e5487450c5c)
This commit is contained in:
Michael Adam 2008-05-16 00:15:31 +02:00
parent 9fbe1b2267
commit d3bbccb924

View File

@ -17,7 +17,7 @@ EXTRA_OPTIONS="$1"
SPECDIR=`rpm --eval %_specdir`
SRCDIR=`rpm --eval %_sourcedir`
# At this point the SPECDIR and SRCDIR vaiables must have a value!
# At this point the SPECDIR and SRCDIR variables must have a value!
USERID=`id -u`
GRPID=`id -g`