Import of pkgsrc-2015Q2
This commit is contained in:
17
net/samba4/patches/patch-source4_scripting_wsript_build
Normal file
17
net/samba4/patches/patch-source4_scripting_wsript_build
Normal file
@@ -0,0 +1,17 @@
|
||||
$NetBSD: patch-source4_scripting_wsript_build,v 1.2 2015/06/26 16:09:49 jperkin Exp $
|
||||
|
||||
Avoid getting strange ending # character on interpreter
|
||||
name like:
|
||||
#!/usr/pkg/bin/python2.7#
|
||||
|
||||
--- source4/scripting/wscript_build.orig 2014-10-01 09:16:21.000000000 +0000
|
||||
+++ source4/scripting/wscript_build
|
||||
@@ -9,7 +9,7 @@ if bld.CONFIG_SET('AD_DC_BUILD_IS_ENABLE
|
||||
if sbin_files:
|
||||
bld.INSTALL_FILES('${SBINDIR}',
|
||||
sbin_files,
|
||||
- chmod=MODE_755, python_fixup=True, flat=True)
|
||||
+ chmod=MODE_755, python_fixup=False, flat=True)
|
||||
|
||||
if bld.CONFIG_SET('AD_DC_BUILD_IS_ENABLED'):
|
||||
bld.INSTALL_FILES('${BINDIR}',
|
||||
Reference in New Issue
Block a user