diff options
author | Gerald Carter <jerry@samba.org> | 2004-11-23 15:27:53 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 10:53:24 -0500 |
commit | 07d8bf0f8fc29c2666edeeec03a7028f219f3e6d (patch) | |
tree | a6b089bde6148cc1d518670b06ec05bad5edf115 /source3/script | |
parent | 5cd96ef0cfdc1b825e1834c6f22bd3ad8cfe8d2d (diff) | |
download | samba-07d8bf0f8fc29c2666edeeec03a7028f219f3e6d.tar.gz samba-07d8bf0f8fc29c2666edeeec03a7028f219f3e6d.tar.bz2 samba-07d8bf0f8fc29c2666edeeec03a7028f219f3e6d.zip |
r3924: fix installswat once again after the image target location had changed in the docs
(This used to be commit ddb5823ac23b8d61c29d73f4f5bae1c3a319a1f4)
Diffstat (limited to 'source3/script')
-rwxr-xr-x | source3/script/installswat.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/script/installswat.sh b/source3/script/installswat.sh index 9e3ab689b4..6b66f6f23e 100755 --- a/source3/script/installswat.sh +++ b/source3/script/installswat.sh @@ -103,7 +103,7 @@ if [ -d $SRCDIR../docs/htmldocs/ ]; then fi fi for f in $SRCDIR../docs/$dir/images/*.png; do - FNAME=$INSTALLDIR/`basename $f` + FNAME=$INSTALLDIR/images/`basename $f` echo $FNAME cp $f $FNAME || echo Cannot install $FNAME. Does $USER have privileges? chmod 0644 $FNAME |