Hi, The rescue directory needs to be added to the "all" target in the src/install.sh script. Index: src-install.sh =================================================================== RCS file: /home/ncvs/src/release/scripts/src-install.sh,v retrieving revision 1.8 diff -u -r1.8 src-install.sh --- src-install.sh 8 Apr 2001 23:09:21 -0000 1.8 +++ src-install.sh 20 May 2004 01:03:54 -0000 _at__at_ -12,14 +12,14 _at__at_ echo "possible subcomponents are:" echo echo "base bin contrib etc games gnu include lib libexec" - echo "release sbin share sys tools ubin usbin" + echo "release rescue sbin share sys tools ubin usbin" echo echo "You may also specify all to extract all subcomponents." exit 1 fi if [ "$1" = "all" ]; then - dists="base bin contrib etc games gnu include lib libexec release sbin share sys tools ubin usbin" + dists="base bin contrib etc games gnu include lib libexec release rescue sbin share sys tools ubin usbin" else dists="$*" fiReceived on Wed May 19 2004 - 16:07:40 UTC
This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:37:54 UTC