From 07d8bf0f8fc29c2666edeeec03a7028f219f3e6d Mon Sep 17 00:00:00 2001 From: Gerald Carter Date: Tue, 23 Nov 2004 15:27:53 +0000 Subject: r3924: fix installswat once again after the image target location had changed in the docs (This used to be commit ddb5823ac23b8d61c29d73f4f5bae1c3a319a1f4) --- source3/script/installswat.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/script/installswat.sh') 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 -- cgit