1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-04 17:47:26 +03:00

r3924: fix installswat once again after the image target location had changed in the docs

(This used to be commit ddb5823ac23b8d61c29d73f4f5bae1c3a319a1f4)
This commit is contained in:
Gerald Carter 2004-11-23 15:27:53 +00:00 committed by Gerald (Jerry) Carter
parent 5cd96ef0cf
commit 07d8bf0f8f

View File

@ -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