diff options
author | Bryon Roche <kain@gentoo.org> | 2002-05-08 04:59:47 +0000 |
---|---|---|
committer | Bryon Roche <kain@gentoo.org> | 2002-05-08 04:59:47 +0000 |
commit | 33ffba737834b9eac8154f781711fc3984b643aa (patch) | |
tree | be754122e6de075a63a051021c3cb7601907922a /scripts/autobuildimgppc.sh | |
parent | Kain's autobuilder script for making a PPC stage1 *may work for other archs too* (diff) | |
download | gentoo-2-33ffba737834b9eac8154f781711fc3984b643aa.tar.gz gentoo-2-33ffba737834b9eac8154f781711fc3984b643aa.tar.bz2 gentoo-2-33ffba737834b9eac8154f781711fc3984b643aa.zip |
A little attribution.
Diffstat (limited to 'scripts/autobuildimgppc.sh')
-rw-r--r-- | scripts/autobuildimgppc.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/autobuildimgppc.sh b/scripts/autobuildimgppc.sh index 07f866350604..1faf92dcefcf 100644 --- a/scripts/autobuildimgppc.sh +++ b/scripts/autobuildimgppc.sh @@ -1,5 +1,8 @@ #!/bin/bash +#I'm not sure who wrote the original autobuildimg.sh script, but thanks for +#the framework. + cleanup() { cp /etc/make.conf.build /etc/make.conf exit $1 |