Browse Source

mozilla update (1.5) including some $root honoring (makeing it prefix aware

(as it was in dRock in the past) is still on the TODO - but for this we
need to fall back to not use make install since this target is not able
to install into $prefix (for some strange hardcoded reasons ...)


git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@1649 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc
rocklinux
Rene Rebe 21 years ago
parent
commit
682f4104e9
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      Documentation/Developers/CHANGELOG-RENE
  2. +1
    -1
      package/x11/mozilla/mozilla.conf

+ 1
- 1
Documentation/Developers/CHANGELOG-RENE

@ -2,7 +2,7 @@
*) 2003-10-28 (2.0.0-rc2 - 2.0.0-rc3)
- updated gimp, epiphany, galeon, libart_lgpl23 and mozilla (1.5)
- updated macosd
- updated macosd and mozilla (1.5)
- Sebastian Jaenicke: updated nessus and xmms-crossfade
*) 2003-10-27 (2.0.0-rc2 - 2.0.0-rc3)

+ 1
- 1
package/x11/mozilla/mozilla.conf

@ -77,7 +77,7 @@ EOP
EOT
echo "Creating /usr/lib/libnspr4.so symlink ..."
cd $/usr/lib ; ln -sf mozilla-$ver/libnspr4.so .
cd $root/usr/lib ; ln -sf mozilla-$ver/libnspr4.so .
}
# from time to time the tarball does include .CVS directories, and a cleanup

Loading…
Cancel
Save