Fix a typo (thanks Ralf :)

This commit is contained in:
Panu Matilainen 2007-06-19 08:19:29 +00:00
parent 2c9332ac50
commit cbee720768
1 changed files with 1 additions and 1 deletions

View File

@ -309,7 +309,7 @@ install -m 755 %{SOURCE2} $RPM_BUILD_ROOT/usr/lib/rpm
rm -rf $RPM_BUILD_ROOT
%pre
usr/sbin/groupadd -g 37 rpm > /dev/null 2>&1
/usr/sbin/groupadd -g 37 rpm > /dev/null 2>&1
/usr/sbin/useradd -r -d /var/lib/rpm -u 37 -g 37 rpm -s /sbin/nologin > /dev/null 2>&1
exit 0