diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2015-02-14 21:53:00 +0100 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2015-02-16 05:00:22 +0100 |
commit | db328b616e76ce5f33fc782b69e8fb2e568350fb (patch) | |
tree | 8c204c592ae3719ea8229fd86242d3a729e64a6f | |
parent | 7b0c8a2acdb866f23c0569b4ba549e9e8c94428e (diff) | |
download | nx-libs-db328b616e76ce5f33fc782b69e8fb2e568350fb.tar.gz nx-libs-db328b616e76ce5f33fc782b69e8fb2e568350fb.tar.bz2 nx-libs-db328b616e76ce5f33fc782b69e8fb2e568350fb.zip |
nx-libs.spec: Typo fix in comment.
-rw-r--r-- | nx-libs.spec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nx-libs.spec b/nx-libs.spec index 95d71a792..d411f58fe 100644 --- a/nx-libs.spec +++ b/nx-libs.spec @@ -707,7 +707,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 # Use multilib dirs # 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/x2go,/%{_lib}/x2go,' Makefile sed -i -e 's,/usr/lib/,/usr/%{_lib}/,' bin/* |