Skip to content

Commit

Permalink
Fix last change
Browse files Browse the repository at this point in the history
  • Loading branch information
Andreas Schwab committed Oct 19, 2009
1 parent 442b013 commit e9721e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fedora/glibc.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e9721e1

Please sign in to comment.