From 4eba893b02334953b0f1bc082dcba6f930f9ff80 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Sat, 8 Jun 1996 04:33:37 +0000 Subject: - 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 (This used to be commit e775576f026d282473256aeac6fef65a85acd98e) --- source3/script/installscripts.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source3/script/installscripts.sh') diff --git a/source3/script/installscripts.sh b/source3/script/installscripts.sh index a3defa16e1..c27d41c36b 100755 --- a/source3/script/installscripts.sh +++ b/source3/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 -- cgit