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:
parent
5cd96ef0cf
commit
07d8bf0f8f
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user