summaryrefslogtreecommitdiff
path: root/packaging
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2011-08-17 06:19:12 -0400
committerEric S. Raymond <esr@thyrsus.com>2011-08-17 06:19:12 -0400
commitf275d84956a8c35d371df9667ffa021bd170979a (patch)
tree8892fdeda6ae2e2b248a109987454f7d59e22ff3 /packaging
parent1ffa12e763a908b355aa20f2de3b99c04a124b8d (diff)
downloadgpsd-f275d84956a8c35d371df9667ffa021bd170979a.tar.gz
Fix a line-wrapping error.
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 44c8ceef..8e47cd47 100644
--- a/packaging/rpm/gpsd.spec.in
+++ b/packaging/rpm/gpsd.spec.in
@@ -115,8 +115,8 @@ the CGI scripts at http://localhost/gpsd/.
%setup -q
%build
-#Note: prefix must be set to / since the current scons build only supports relative
-+pathsscons %{_smp_mflags} \
+#Note: prefix must be set to / since the current scons build only supports relative paths
+scons %{_smp_mflags} \
prefix=/ \
bindir=%{_bindir} \
includedir=%{_includedir} \