Kaydet (Commit) cd34c7c1 authored tarafından S.Çağlar Onur's avatar S.Çağlar Onur

typo fix, without this configure-pending never runs...

üst cf75f7d0
...@@ -106,7 +106,7 @@ class Install(AtomicOperation): ...@@ -106,7 +106,7 @@ class Install(AtomicOperation):
self.register_comar_scripts() self.register_comar_scripts()
self.config_later = False self.config_later = False
if 'Comar' in self.metadata.package.providesComar: if self.metadata.package.providesComar:
if ctx.comar: if ctx.comar:
ctx.ui.notify(pisi.ui.configuring, package = self.pkginfo, files = self.files) ctx.ui.notify(pisi.ui.configuring, package = self.pkginfo, files = self.files)
comariface.run_postinstall(self.pkginfo.name) comariface.run_postinstall(self.pkginfo.name)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment