From 31d8471d0524231ca2759b389d92b3d02c1b2b38 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Wed, 18 Nov 2015 09:32:07 +0100 Subject: [PATCH] xbps-src: added a README describing common/chroot-style. --- common/chroot-style/README | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 common/chroot-style/README diff --git a/common/chroot-style/README b/common/chroot-style/README new file mode 100644 index 00000000000..a5d89d016cf --- /dev/null +++ b/common/chroot-style/README @@ -0,0 +1,13 @@ +CHROOT STYLES +============= + +This directory contains scripts to perform the chroot operation with xbps-src. +The scripts should accept at least 5 arguments: + + - $1 (MASTERDIR) masterdir to chroot + - $2 (DISTDIR) path to the void-packages directory + - $3 (HOSTDIR) path to hostdir + - $4 (EXTRA_ARGS) additional arguments to be passed + - $5 (CMD) command to execute + - $@ remaining arguments to pass +