Ignore:
Timestamp:
06/12/2022 08:54:14 PM (2 years ago)
Author:
Pierre Labastie <pierre.labastie@…>
Branches:
ablfs-more, trunk
Children:
ff30640
Parents:
84d0d39
Message:

Various updates for pacman PM

  • update versions and instructions in packageManager.xml.pacman. Also remove the pages for old books.
  • Fix packInstall.sh.pacman, so that restarting after a failure is possible
  • Change LFS/lfs.xsl so that destdir install use symlinks for /lib, /sbin, and /bin. Remove also absolete commands for old books
  • fix gcc script in book parser
File:
1 edited

Legend:

Unmodified
Added
Removed
  • common/libs/func_book_parser

    r84d0d39 r55e82d2  
    110110  # in the stylesheet...
    111111  sed -i 's/-iv /-v /' "./${COMMANDS}/"chapter??/*kernel*
    112 
     112  # If doing a destdir install (PM without wrap), the gcc instructions
     113  # fail for two reasons: a missing dir, and gcc -dumpmachine returns a
     114  # wrong string.
     115  if [ "$PKGMNGT" = y ] && [ "$WRAP_INSTALL" = n ]; then
     116    sed -e 's|(gcc|&/xgcc|' \
     117        -e '/lto_plug/imkdir -pv $PKG_DEST/usr/lib/bfd-plugins' \
     118        -i ./${COMMANDS}/chapter08/*gcc
     119  fi
    113120  echo "done"
    114121
Note: See TracChangeset for help on using the changeset viewer.