diff options
author | Erik Troan <ewt@redhat.com> | 2000-11-10 17:18:33 +0000 |
---|---|---|
committer | Erik Troan <ewt@redhat.com> | 2000-11-10 17:18:33 +0000 |
commit | c438abbdb9f6fcd79e38ab498025b84372210458 (patch) | |
tree | 0aa618a5d8beb1076c8bbd5c5ea348bde6bf7baf /scripts | |
parent | 9e36d48ba52a855b93ec7f1d46fe82f3b5e988fa (diff) | |
download | anaconda-c438abbdb9f6fcd79e38ab498025b84372210458.tar.gz anaconda-c438abbdb9f6fcd79e38ab498025b84372210458.tar.xz anaconda-c438abbdb9f6fcd79e38ab498025b84372210458.zip |
blow away all of instimage -- we don't use it anymore
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/buildinstall | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/buildinstall b/scripts/buildinstall index 92492affe..ac6c40d95 100755 --- a/scripts/buildinstall +++ b/scripts/buildinstall @@ -52,4 +52,4 @@ else fi rm -rf $BUILDINSTDIR -rm -rf $p/image-template $p/RedHat/instimage/usr/lib/anaconda-runtime +rm -rf $p/image-template $p/RedHat/instimage |