On 27 May 2014, at 07:29 , Ben Cooksley <bcooks...@kde.org> wrote:
> configurePlatformArgs=-DCMAKE_INSTALL_BUNDLEDIR="{installPrefix}/Applications”

I ran into stg I had seen with my own trials to access the installPrefix 
variable via %(*)s:
---
Traceback (most recent call last):
  File "tools/perform-build.py", line 51, in <module>
    if not manager.configure_build():
  File "/Users/marko/scripts/tools/kdecilib.py", line 720, in configure_build
    return self.run_build_commands( buildCommands )
  File "/Users/marko/scripts/tools/kdecilib.py", line 428, in run_build_commands
    command = command.format( instPrefix=self.installPrefix.replace("\\", "/"), 
sources=self.projectSources.replace("\\", "/"), loadLevel=cpuCount, 
jobCount=cpuCount + 1 )
KeyError: ‘installPrefix'
---

Any idea what’s going wrong?
_______________________________________________
Kde-frameworks-devel mailing list
Kde-frameworks-devel@kde.org
https://mail.kde.org/mailman/listinfo/kde-frameworks-devel

Reply via email to