repo.or.cz
/
Samba.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
lib/smbconf: remove const warning
[Samba.git]
/
source3
/
script
/
wscript_build
blob
fc59a65687cb871c90c740a6a9c72e44f4eed94a
1
#!/usr/bin/env python
2
3
from
samba_utils
import
MODE_755
4
5
bld
.
INSTALL_FILES
(
'$
{BINDIR}
'
,
6
'smbtar'
,
7
chmod
=
MODE_755
,
flat
=
True
)