[Contrib-commits] r4102 - programming/tools/gcc-snapshot

contrib-commits at pardus.org.tr contrib-commits at pardus.org.tr
1 Mayıs 2007 Sal 22:36:59 EEST


Author: cartman
Date: Tue May  1 22:36:59 2007
New Revision: 4102

Modified:
   programming/tools/gcc-snapshot/actions.py
Log:
fix

Modified: programming/tools/gcc-snapshot/actions.py
=================================================================
--- programming/tools/gcc-snapshot/actions.py	(original)
+++ programming/tools/gcc-snapshot/actions.py	Tue May  1 22:36:59 2007
@@ -51,12 +51,12 @@
     shelltools.cd("build")
 
     # Do not allow symlinks in include as this can break the build.
-    for file in shelltools.ls("build/gcc/include/*"):
+    for file in shelltools.ls("gcc/include/*"):
         if shelltools.isLink(file):
             shelltools.unlink(file)
 
     # Remove generated headers, as they can cause things to break
-    for file in shelltools.ls("build/gcc/include/*"):
+    for file in shelltools.ls("gcc/include/*"):
         if shelltools.isFile(file):
             if not shelltools.system("grep -q \"auto-edited\" %s" % file):
                 shelltools.unlink(file)


Contrib-commits mesaj listesiyle ilgili daha fazla bilgi