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/installdat.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/installdat.sh')
-rwxr-xr-x | source3/script/installdat.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/script/installdat.sh b/source3/script/installdat.sh index 7ff88ac788..4a5b1de5dc 100755 --- a/source3/script/installdat.sh +++ b/source3/script/installdat.sh @@ -1,7 +1,7 @@ #!/bin/sh #fist version March 2002, Herb Lewis -DATDIR=$1 +DATDIR=`echo $1 | sed 's/\/\//\//g'` SRCDIR=$2/ echo Installing dat files in $DATDIR |