summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2010-04-27 18:38:25 +1000
committerAndrew Tridgell <tridge@samba.org>2010-04-27 19:27:19 +1000
commitb5b8e6b6adc0abcb833c034f8dc33f338dd6b815 (patch)
tree865f51e59cf51f9924a6c62988970925ba385e81
parentff2edd52cba6e99763be5193847900119670ad7e (diff)
downloadsamba-b5b8e6b6adc0abcb833c034f8dc33f338dd6b815.tar.gz
samba-b5b8e6b6adc0abcb833c034f8dc33f338dd6b815.tar.bz2
samba-b5b8e6b6adc0abcb833c034f8dc33f338dd6b815.zip
s4-dns: install samba_spnupdate
-rwxr-xr-xsource4/script/installmisc.sh2
-rw-r--r--source4/scripting/wscript_build2
2 files changed, 2 insertions, 2 deletions
diff --git a/source4/script/installmisc.sh b/source4/script/installmisc.sh
index d8fd156b2c..f9ac07341b 100755
--- a/source4/script/installmisc.sh
+++ b/source4/script/installmisc.sh
@@ -57,7 +57,7 @@ do
done
echo "Installing sbin scripts from scripting/bin/*"
-for p in upgradeprovision samba_dnsupdate
+for p in upgradeprovision samba_dnsupdate samba_spnupdate
do
cp scripting/bin/$p $SBINDIR || exit 1
chmod a+x $SBINDIR/$p
diff --git a/source4/scripting/wscript_build b/source4/scripting/wscript_build
index 5911364ce3..834e80bb2c 100644
--- a/source4/scripting/wscript_build
+++ b/source4/scripting/wscript_build
@@ -1,7 +1,7 @@
#!/usr/bin/env python
O755 = 493
-bld.INSTALL_FILES('${SBINDIR}','bin/upgradeprovision bin/samba_dnsupdate',
+bld.INSTALL_FILES('${SBINDIR}','bin/upgradeprovision bin/samba_dnsupdate bin/samba_spnupdate',
chmod=O755, python_fixup=True, flat=True)