summaryrefslogtreecommitdiff
path: root/packaging
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2011-08-16 19:19:05 -0400
committerEric S. Raymond <esr@thyrsus.com>2011-08-16 19:19:05 -0400
commit43b1aab608814266fb9a7bfc0733cdcc0a431424 (patch)
tree41add840d78fef10975730e9da2bd680cbd00d7e /packaging
parent82409d4fe4e70f1bc5e210e6498580ea3ae31b91 (diff)
downloadgpsd-43b1aab608814266fb9a7bfc0733cdcc0a431424.tar.gz
Minimal RPM-packaging fix to get 3.0 out the door.
Diffstat (limited to 'packaging')
-rw-r--r--packaging/rpm/gpsd.spec.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/packaging/rpm/gpsd.spec.in b/packaging/rpm/gpsd.spec.in
index bc60492c..44c8ceef 100644
--- a/packaging/rpm/gpsd.spec.in
+++ b/packaging/rpm/gpsd.spec.in
@@ -115,9 +115,9 @@ the CGI scripts at http://localhost/gpsd/.
%setup -q
%build
-scons %{_smp_mflags} \
+#Note: prefix must be set to / since the current scons build only supports relative
++pathsscons %{_smp_mflags} \
prefix=/ \
- prefix=%{_prefix} \
bindir=%{_bindir} \
includedir=%{_includedir} \
libdir=%{_libdir} \