diff options
author | Gerald Carter <jerry@samba.org> | 2003-10-06 19:24:39 +0000 |
---|---|---|
committer | Gerald Carter <jerry@samba.org> | 2003-10-06 19:24:39 +0000 |
commit | 03e7b224ec97f9a1da1ee818d05b9eadd7cf6de8 (patch) | |
tree | 69330699614dfb6608273b8a0e110ed5e41a8b06 /source3/script/installmsg.sh | |
parent | 0c4547ec27f5277b37a9cf0fc133f029c1b5e3b1 (diff) | |
download | samba-03e7b224ec97f9a1da1ee818d05b9eadd7cf6de8.tar.gz samba-03e7b224ec97f9a1da1ee818d05b9eadd7cf6de8.tar.bz2 samba-03e7b224ec97f9a1da1ee818d05b9eadd7cf6de8.zip |
cosmetic fix when DESTDIR=/ (default)
(This used to be commit cf6ac7995adc8ac116fd8f678ab06d0f91b4fe94)
Diffstat (limited to 'source3/script/installmsg.sh')
-rw-r--r-- | source3/script/installmsg.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/script/installmsg.sh b/source3/script/installmsg.sh index 30ad404aa0..5a41fe1ca8 100644 --- a/source3/script/installmsg.sh +++ b/source3/script/installmsg.sh @@ -2,7 +2,7 @@ # first version (Sept 2003) written by Shiro Yamada <shiro@miraclelinux.com> # based on the first verion (March 2002) of installdat.sh written by Herb Lewis -MSGDIR=$1 +MSGDIR=`echo $1 | sed 's/\/\//\//g'` SRCDIR=$2/ echo Installing msg files in $MSGDIR |