Browse Source

Dimitar Zhekov <jimmy@is-vn.bg>:

Remove any /etc/fonts/*.bak after XFree86 install.


git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@1385 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc
rocklinux
Dimitar Zhekov 21 years ago
parent
commit
c642bd8041
2 changed files with 3 additions and 1 deletions
  1. +2
    -1
      Documentation/Developers/CHANGELOG-RENE
  2. +1
    -0
      package/x11/xfree86/xf_config.sh

+ 2
- 1
Documentation/Developers/CHANGELOG-RENE

@ -4,7 +4,8 @@
- Alejandro Mery: fixed ncurses/zlib to install into /, fixed ncompress - Alejandro Mery: fixed ncurses/zlib to install into /, fixed ncompress
download location and updated smartmontools download location and updated smartmontools
- updated exim and spamassassin - updated exim and spamassassin
- Dimitar Zhekov: linux config style fixes, pkgsel rules in submenu
- Dimitar Zhekov: linux config style fixes, pkgsel rules in submenu, fixed
xfree86 to not install config .bak files
*) 2003-09-12 (2.0.0-rc1 - 2.0.0-rc2) *) 2003-09-12 (2.0.0-rc1 - 2.0.0-rc2)

+ 1
- 0
package/x11/xfree86/xf_config.sh

@ -88,6 +88,7 @@ xf_install() {
eval $MAKE install eval $MAKE install
eval $MAKE install.man eval $MAKE install.man
cd nls ; eval $MAKE install ; cd .. cd nls ; eval $MAKE install ; cd ..
rm -fv $root/etc/fonts/*.bak
rm -fv $root/usr/X11 rm -fv $root/usr/X11
rm -fv $root/usr/bin/X11 rm -fv $root/usr/bin/X11

Loading…
Cancel
Save