void-packages

Void Source Packages
git clone git://ezup.dev/void-packages.git
Log | Files | Refs | README | LICENSE

README (398B)


      1CHROOT STYLES
      2=============
      3
      4This directory contains scripts to perform the chroot operation with xbps-src.
      5The scripts should accept at least 5 arguments:
      6
      7	- $1 (MASTERDIR) masterdir to chroot
      8	- $2 (DISTDIR) path to the void-packages directory
      9	- $3 (HOSTDIR) path to hostdir
     10	- $4 (EXTRA_ARGS) additional arguments to be passed
     11	- $5 (CMD) command to execute
     12	- $@ remaining arguments to pass
     13