Fix pear.
This commit is contained in:
parent
d4d1d2cf4c
commit
0a4c6f9608
1 changed files with 1 additions and 1 deletions
|
@ -175,7 +175,7 @@ class Pear(BuildSystem):
|
||||||
def probe(cls, path):
|
def probe(cls, path):
|
||||||
if os.path.exists(os.path.join(path, "package.xml")):
|
if os.path.exists(os.path.join(path, "package.xml")):
|
||||||
logging.debug("Found package.xml, assuming pear package.")
|
logging.debug("Found package.xml, assuming pear package.")
|
||||||
return cls(os.path.join(path, "package.xml"))
|
return cls(path)
|
||||||
|
|
||||||
|
|
||||||
# run_setup, but setting __name__
|
# run_setup, but setting __name__
|
||||||
|
|
Loading…
Add table
Reference in a new issue