From 5580f084a3c7c8ab42a664e46d0b34c9fb3526f2 Mon Sep 17 00:00:00 2001 From: Greg Price Date: Fri, 22 Mar 2013 01:56:42 -0400 Subject: [PATCH] Fix chroot name, document dependency --- invirtificator.sh | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/invirtificator.sh b/invirtificator.sh index 62b4ab3..7d070dd 100644 --- a/invirtificator.sh +++ b/invirtificator.sh @@ -1,10 +1,14 @@ # Interface: define variables name, ivversionappend, and function # hack_package (). +# Depends: dpkg-awk + +# Usage: invirtify-$foo {source|binary|upload} + set -e dist=hardy -chroot=$dist-amd64 +chroot=$dist-amd64-sbuild : ${section=invirt-system} : ${ivname=$name} -- 1.7.9.5