Use __getSuffix for dumping the kernel version

This commit is contained in:
Ozan Çağlayan
2009-07-08 10:02:15 +00:00
parent 55f346f976
commit a454a07076
+1 -1
View File
@@ -150,7 +150,7 @@ def dumpVersion():
if not os.path.exists(destination):
os.makedirs(destination)
open(os.path.join(destination, get.srcNAME()), "w").write("%s-%s" % (get.srcVERSION(), get.srcRELEASE()))
open(os.path.join(destination, get.srcNAME()), "w").write(__getSuffix())
def build(debugSymbols=False):
extra_config = ["CONFIG_DEBUG_SECTION_MISMATCH=y"]