solus-project / ypkg

Modern, declarative, structured build format
https://solus-project.com/
GNU General Public License v3.0
56 stars 20 forks source link

python macros are broken #41

Closed kyrios123 closed 6 years ago

kyrios123 commented 6 years ago

@ikeydoherty I am sorry but there is yet another problem with the python macros with the value of $workdir that changes because the build directory is created at the same level as the initial $workdir level in the tree.

I was hoping that %workdir% would have kept the initial value as the help center says it's hardcoded but unfortunately it changes as well.

I'm sorry about this.