r3924: fix installswat once again after the image target location had changed in...
authorGerald Carter <jerry@samba.org>
Tue, 23 Nov 2004 15:27:53 +0000 (15:27 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 15:53:24 +0000 (10:53 -0500)
source/script/installswat.sh

index 9e3ab689b4d659160ac4b35e639841e30dea65d8..6b66f6f23e69ae6d4dbb0ee0c16df2d57f2ccd73 100755 (executable)
@@ -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