WebHosting Paid by #1Payday.Loans


   The ROCK Linux project has been discontinued in 2010. Here are the old data for the historical record!

?mode=patch&uid=2006060119054623590
Applied Patch: 2006060119054623590 (by stf)
+ stf
Votecheck 'core-strong': Missing 1 qualified vote(s) (clifford, fake, teha)
scripts/functions
Stefan Fiedler:
        scripts/functions: postflist_libs should create relative 
                symlinks (for easier initrd creation)

Stefan Fiedler:
        scripts/functions: postflist_libs should create relative 
                symlinks (for easier initrd creation)

--- scripts/functions   (Revision 41)
+++ scripts/functions   (Revision 42)
@@ -326,7 +326,7 @@
                if   [[ $fn = *.a ]] ; then
                        mv -fv $root/$fn $root/usr/$fn
                elif [[ $fn = *.so ]] ; then
-                       [ -e $root/usr/$fn ] || ln -sfv /$fn $root/usr/$fn
+                       [ -e $root/usr/$fn ] || ln -sfv ../../$fn $root/usr/$fn
                elif [[ $fn = *.la ]] ; then
                        sed "s,\([ =']\)/lib\(.*\),\1/usr/lib\2,g" \
                                $root/$fn > $root/usr/$fn

[Download this patch]