]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Fix last change
authorAndreas Schwab <schwab@redhat.com>
Mon, 19 Oct 2009 10:10:40 +0000 (12:10 +0200)
committerAndreas Schwab <schwab@redhat.com>
Mon, 19 Oct 2009 10:10:40 +0000 (12:10 +0200)
fedora/glibc.spec.in

index a71aed4447060e00d4ae4243772f42c768e87ebb..88fb8ca0f4d2e994184610dd121a8e95bfd4325b 100644 (file)
@@ -433,7 +433,7 @@ do
   libbaseso=$(basename $RPM_BUILD_ROOT/%{_lib}/${libbase}-*.so)
   # Only install if different from base lib
   if cmp -s ${lib}.so ../build-%{nptl_target_cpu}-linuxnptl/${lib}.so; then
-    ln -sf %{nosegneg_subdir_up}/$libbasev $destdir/$libbaseso
+    ln -sf %{nosegneg_subdir_up}/$libbaseso $destdir/$libbaseso
   else
     cp -a ${lib}.so $destdir/$libbaseso
   fi