mirror of
https://github.com/samba-team/samba.git
synced 2024-12-24 21:34:56 +03:00
build: fixed install of binary targets that are in subdirs
this should fix the smbd/smbd install problem with Kai's s3 waf build
This commit is contained in:
parent
639fe34667
commit
f8e3e5ce07
@ -29,7 +29,7 @@ def install_binary(self):
|
||||
install_path = self.samba_inst_path or '${BINDIR}'
|
||||
install_path = bld.EXPAND_VARIABLES(install_path)
|
||||
|
||||
orig_target = self.target
|
||||
orig_target = os.path.basename(self.target)
|
||||
|
||||
if install_ldflags != build_ldflags:
|
||||
# we will be creating a new target name, and using that for the
|
||||
|
Loading…
Reference in New Issue
Block a user