Browse Source

Juergen Sawinski <george@mpimf-heidelberg.mpg.de>:

fixed the bootdisk target to not stop at "rm -rf /usr/lib/*/", because
terminfo is a link ...


git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@1533 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc
rocklinux
Juergen "George" Sawinski 22 years ago
parent
commit
ab86f2fe6b
2 changed files with 2 additions and 1 deletions
  1. +1
    -0
      Documentation/Developers/CHANGELOG-RENE
  2. +1
    -1
      target/bootdisk/build_stage2.sh

+ 1
- 0
Documentation/Developers/CHANGELOG-RENE

@ -8,6 +8,7 @@
fixed the category of k3b and pixieplus fixed the category of k3b and pixieplus
enabled utf8 support in pcre enabled utf8 support in pcre
we need to copy more header files in x11/mozilla we need to copy more header files in x11/mozilla
fixed the bootdisk build
*) 2003-09-27 (2.0.0-rc1 - 2.0.0-rc2) *) 2003-09-27 (2.0.0-rc1 - 2.0.0-rc2)

+ 1
- 1
target/bootdisk/build_stage2.sh

@ -63,7 +63,7 @@ echo_status "Remove the stuff we don't need ..."
rm -rf home usr/{local,doc,man,info,games,share} rm -rf home usr/{local,doc,man,info,games,share}
rm -rf var/adm/* var/games var/adm var/mail var/opt rm -rf var/adm/* var/games var/adm var/mail var/opt
rm -rf usr/{include,src} usr/*-linux-gnu {,usr/}lib/*.{a,la,o} rm -rf usr/{include,src} usr/*-linux-gnu {,usr/}lib/*.{a,la,o}
rm -rf usr/lib/*/
for x in usr/lib/*/; do rm -rf ${x%/}; done
# #
echo_status "Installing some terminfo databases ..." echo_status "Installing some terminfo databases ..."
tar $taropt ../../pkgs/ncurses.tar.bz2 \ tar $taropt ../../pkgs/ncurses.tar.bz2 \

Loading…
Cancel
Save