summaryrefslogtreecommitdiff
path: root/source/script
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>1996-06-08 04:33:37 +0000
committerAndrew Tridgell <tridge@samba.org>1996-06-08 04:33:37 +0000
commite775576f026d282473256aeac6fef65a85acd98e (patch)
tree8395e62db0d91b970670dc9e1586019cf45297dd /source/script
parent88b191b48836eeb7937f25b37d0bdd4a2276e5a7 (diff)
downloadsamba-e775576f026d282473256aeac6fef65a85acd98e.tar.gz
- added comments to byteorder.h explaining how it works.
- fixed problem with installscripts if srcdir is not set - fixed ptr init bug in interface.c - changed default lookup type in nmblookup to match nbtstat under NT - new quotas fixes for sunos and solaris
Diffstat (limited to 'source/script')
-rwxr-xr-xsource/script/installscripts.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/script/installscripts.sh b/source/script/installscripts.sh
index a3defa16e1a..c27d41c36b5 100755
--- a/source/script/installscripts.sh
+++ b/source/script/installscripts.sh
@@ -16,8 +16,8 @@ for d in $BINDIR; do
fi
done
-cp $SRCDIR/smbtar $BINDIR
-cp $SRCDIR/addtosmbpass $BINDIR
+cp ${SRCDIR}smbtar $BINDIR
+cp ${SRCDIR}addtosmbpass $BINDIR
echo Setting permissions on scripts
chmod $INSTALLPERMS $BINDIR/smbtar
chmod $INSTALLPERMS $BINDIR/addtosmbpass