Commit 74243082 authored by Mike Gabriel's avatar Mike Gabriel

nx-libs.spec: Typo fix in comment.

parent e4d97018
...@@ -667,7 +667,7 @@ sed -i -e 's,/usr/local,/usr,' nx-X11/config/cf/site.def ...@@ -667,7 +667,7 @@ sed -i -e 's,/usr/local,/usr,' nx-X11/config/cf/site.def
sed -i -e 's#-O3#%{optflags}#' nx-X11/config/cf/host.def sed -i -e 's#-O3#%{optflags}#' nx-X11/config/cf/host.def
# Use multilib dirs # Use multilib dirs
# We're installing binaries into %%{_libdir}/nx/bin rather than %%{_libexedir}/nx # We're installing binaries into %%{_libdir}/nx/bin rather than %%{_libexedir}/nx
# becuase upstream expects libraries and binaries in the same directory # because upstream expects libraries and binaries in the same directory
sed -i -e 's,/lib/nx,/%{_lib}/nx,' Makefile nx-X11/config/cf/X11.tmpl sed -i -e 's,/lib/nx,/%{_lib}/nx,' Makefile nx-X11/config/cf/X11.tmpl
sed -i -e 's,/lib/x2go,/%{_lib}/x2go,' Makefile sed -i -e 's,/lib/x2go,/%{_lib}/x2go,' Makefile
sed -i -e 's,/usr/lib/,/usr/%{_lib}/,' bin/* sed -i -e 's,/usr/lib/,/usr/%{_lib}/,' bin/*
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment