Changeset 8bb9b01e
- Timestamp:
- 05/28/2007 04:50:34 PM (16 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, ken/inkscape-core-mods, krejzi/svn, lazarus, nosym, perl-modules, plabs/python-mods, qt5new, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226
- Children:
- 764c07e7
- Parents:
- d56adcc
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
introduction/welcome/changelog.xml
rd56adcc r8bb9b01e 46 46 <itemizedlist> 47 47 <listitem> 48 <para>[dnicholson] - Fixed the Bash Shell Startup files to find49 the directories in /opt correctly. Thanks to Fix for the report.</para>48 <para>[dnicholson] - Removed the /opt globbing from the Bash Shell 49 Startup Files since entries in /opt are handled separately.</para> 50 50 </listitem> 51 51 </itemizedlist> -
postlfs/config/profile.xml
rd56adcc r8bb9b01e 222 222 fi 223 223 224 for dir in /opt{,/*}/lib/pkgconfig; do225 [ -d "$dir" ] || continue226 pathappend $dir PKG_CONFIG_PATH227 done228 for dir in /opt{,/*}/bin; do229 [ -d "$dir" ] || continue230 pathappend $dir231 done232 unset dir233 234 224 if [ -d ~/bin ]; then 235 225 pathprepend ~/bin
Note:
See TracChangeset
for help on using the changeset viewer.