* Simplify the build of the CD a bit, just reuse the image scripts as those hold

what we want.
* Remove some more temporary files/directories after the build.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@29209 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Michael Lotz
2009-02-15 13:30:42 +00:00
parent f6874c7b31
commit b435702774
3 changed files with 15 additions and 22 deletions
+1 -1
View File
@@ -150,4 +150,4 @@ echo "Building CD image ..."
mkisofs -b `basename $cdBootFloppy` -U -R -V "$cdLabel" -o "$cdImagePath" "$tPrefix"
# cleanup output dir
#$rmAttrs -rf "$outputDir"
$rmAttrs -rf "$outputDir"