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 | c4372c0398cf1607e1a1749d4c54eb20018a8a2c (patch) | |
tree | cc1cfc3d7a84dc038777439c0a78cb75ee4af45c /scripts | |
parent | Kain's autobuilder script for making a PPC stage1 *may work for other archs too* (diff) | |
download | historical-c4372c0398cf1607e1a1749d4c54eb20018a8a2c.tar.gz historical-c4372c0398cf1607e1a1749d4c54eb20018a8a2c.tar.bz2 historical-c4372c0398cf1607e1a1749d4c54eb20018a8a2c.zip |
A little attribution.
Diffstat (limited to 'scripts')
-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 |