[darwinbuild-changes] [266] trunk/darwinbuild/darwinbuild.common

source_changes at macosforge.org source_changes at macosforge.org
Wed Oct 4 02:02:06 PDT 2006


Revision: 266
          http://trac.macosforge.org/projects/darwinbuild/changeset/266
Author:   ssen
Date:     2006-10-04 02:02:06 -0700 (Wed, 04 Oct 2006)

Log Message:
-----------
remove temp files when creating receipts

Modified Paths:
--------------
    trunk/darwinbuild/darwinbuild.common

Modified: trunk/darwinbuild/darwinbuild.common
===================================================================
--- trunk/darwinbuild/darwinbuild.common	2005-09-18 06:57:50 UTC (rev 265)
+++ trunk/darwinbuild/darwinbuild.common	2006-10-04 09:02:06 UTC (rev 266)
@@ -498,6 +498,7 @@
 
     cp "$TmpFile" "$receipts/$Hash"
     ln -sf "$Hash" "$receipts/$Project$RootType"
+    rm "$TmpFile"
     return 0
 }
 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/darwinbuild-changes/attachments/20061004/c43801bd/attachment-0001.html


More information about the darwinbuild-changes mailing list