Changeset e234d23 for BLFS/envars.conf


Ignore:
Timestamp:
08/24/2016 03:15:14 PM (8 years ago)
Author:
Pierre Labastie <pierre@…>
Branches:
new_features
Children:
013a0bc
Parents:
df42c7c
Message:

BLFS porg style package management:

  • update envarc.conf so that the system is made aware of the wrapInstall

and packInstall functions

  • update scripts.xsl for wrapping install commands
  • update gen_config.xsl to add the variable WRAP_INSTALL
  • use the variable WRAP_INSTALL in gen_pkg_book

TODO: install the correct pack - wrap functions when installing BLFS tools

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BLFS/envars.conf

    rdf42c7c re234d23  
    151151
    152152if [ -r /etc/profile ]; then source /etc/profile; fi
     153
     154#======== Package management ========
     155
     156# We need the functions in "packInstall.sh" when installing a package,
     157# if package management is requested. Note that we have no way to know
     158# whether package management is requested for a given build.
     159# Furthermore, "sudo -E" exports varaubales, but not functions from
     160# the environment, and sudo needs to be called before porg, due
     161# to porg limitations. So we just export the location of the file
     162# where the functions are dfined, and we'll source it just before
     163# installing.
     164
     165export PACK_INSTALL=${HOME}/blfs_root/packInstall.sh # change as needed
Note: See TracChangeset for help on using the changeset viewer.