put bin/ in builddir if specified in buildozer.spec
This commit is contained in:
parent
7091cf098c
commit
83a44887b5
1 changed files with 2 additions and 0 deletions
|
@ -818,6 +818,8 @@ class Buildozer(object):
|
|||
|
||||
@property
|
||||
def bin_dir(self):
|
||||
if self.builddir:
|
||||
return join(self.builddir, 'bin')
|
||||
return join(self.root_dir, 'bin')
|
||||
|
||||
@property
|
||||
|
|
Loading…
Reference in a new issue