summaryrefslogtreecommitdiff
path: root/miav-client.spec
diff options
context:
space:
mode:
authorBent Bisballe Nyeng <deva@aasimon.org>2014-06-18 10:05:26 +0200
committerBent Bisballe Nyeng <deva@aasimon.org>2014-06-18 10:05:26 +0200
commite707dfef918c56eaf7eec6f295f3584badda3c99 (patch)
tree2e8f6b4edf8443ffb4bc03cacfb584d4a06c4ed9 /miav-client.spec
parent00eb41175ac8d3a60b22e3b568b57b6abac7af98 (diff)
Use --exec-prefix
Diffstat (limited to 'miav-client.spec')
-rw-r--r--miav-client.spec2
1 files changed, 1 insertions, 1 deletions
diff --git a/miav-client.spec b/miav-client.spec
index df756cd..481241d 100644
--- a/miav-client.spec
+++ b/miav-client.spec
@@ -17,7 +17,7 @@ tar xvzf %{_sourcedir}/%{SOURCEURL0}
mv miav-%{version}/* %{_builddir}
%build
-./configure --prefix=/usr --with-gui --without-server
+./configure --prefix= --exec-prefix=/usr --with-gui --without-server
make
%install