This commit is contained in:
Barış Metin
2005-08-06 15:32:53 +00:00
parent 6b1e302842
commit 6dec65ebe5
+1 -1
View File
@@ -75,7 +75,7 @@ class PisiBuild:
"""PisiBuild class, provides the package build and creation routines"""
def __init__(self, pspec):
self.ctx = BuildContext(pspec)
self.pspecDir = os.path.dirname(self.ctx.pspecfile)
self.pspecDir = os.path.dirname(os.path.realpath(self.ctx.pspecfile))
self.spec = self.ctx.spec
self.sourceArchive = SourceArchive(self.ctx)