diff options
author | Bent Bisballe Nyeng <deva@aasimon.org> | 2014-06-18 10:48:01 +0200 |
---|---|---|
committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2014-06-18 10:48:01 +0200 |
commit | 4b29f07c2a14a14377cf23ed3892498558787907 (patch) | |
tree | 7c6ec836e9ecfed6af73d7cf930f138ae6e2a147 /miav-client.spec | |
parent | f8e94765a8a56e7a4d6efa42d7f203ee7abb1813 (diff) |
Change--with{out}-gui to --with{out}-client.
Diffstat (limited to 'miav-client.spec')
-rw-r--r-- | miav-client.spec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/miav-client.spec b/miav-client.spec index 481241d..4fc6e2d 100644 --- a/miav-client.spec +++ b/miav-client.spec @@ -17,7 +17,7 @@ tar xvzf %{_sourcedir}/%{SOURCEURL0} mv miav-%{version}/* %{_builddir} %build -./configure --prefix= --exec-prefix=/usr --with-gui --without-server +./configure --prefix= --exec-prefix=/usr --with-client --without-server make %install |