diff options
author | rsiddall <rsiddall> | 2008-02-07 18:13:27 +0000 |
---|---|---|
committer | rsiddall <rsiddall> | 2008-02-07 18:13:27 +0000 |
commit | 58a4bc740c0f746378080d5a261abb1439211418 (patch) | |
tree | 35220d56eb157b1cbf1a8e6fb1309bcf9f26727d | |
parent | bf9e2e4b0dc2ae648141318142e5253173cc24e8 (diff) |
It was not necessary to add the freeside user to the build machine to get the
RPMs to build. This prevented the RPMs from building under mock.
-rw-r--r-- | install/rpm/freeside.spec | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/install/rpm/freeside.spec b/install/rpm/freeside.spec index 0796c4ee7..85f790a0e 100644 --- a/install/rpm/freeside.spec +++ b/install/rpm/freeside.spec @@ -114,8 +114,6 @@ EOF %build -# Add freeside user and group if there isn't already such a user -%{__id} freeside 2>/dev/null >/dev/null || /usr/sbin/useradd -s /bin/sh freeside # False laziness... # The htmlman target now makes wiki documentation. Let's pretend we made it. touch htmlman |