This commit is contained in:
S.Çağlar Onur
2005-09-01 20:16:24 +00:00
parent c61c11f3da
commit 84445344bf
+2
View File
@@ -264,6 +264,8 @@ class PisiBuild:
pass
def patch_exists(self):
"""check existence of patch files declared in PSPEC"""
files_dir = os.path.abspath(os.path.join(self.pspecDir,
ctx.const.files_dir))
for patch in self.spec.source.patches: