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)
_______________________________________________
Kernel-svn-changes mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/kernel-svn-changes