[kernel] r8198 - people/waldi/scripts/snapshot

Bastian Blank waldi at alioth.debian.org
Wed Jan 17 22:17:21 CET 2007


Author: waldi
Date: Wed Jan 17 22:17:20 2007
New Revision: 8198

Modified:
   people/waldi/scripts/snapshot/package.py
Log:
snapshot/package.py: Update.


Modified: people/waldi/scripts/snapshot/package.py
==============================================================================
--- people/waldi/scripts/snapshot/package.py	(original)
+++ people/waldi/scripts/snapshot/package.py	Wed Jan 17 22:17:20 2007
@@ -175,10 +175,10 @@
 
     if not native:
         try:
-            os.unlink("gen//%s" % package_orig)
+            os.unlink("gen/%s" % package_orig)
         except OSError: pass
         try:
-            os.unlink("out/%s" % package_orig_tar)
+            os.unlink("out/%s" % package_orig)
         except OSError: pass
         os.symlink(package_orig_source, "gen/%s" % package_orig)
         os.symlink(package_orig_source, "out/%s" % package_orig)



More information about the Kernel-svn-changes mailing list