freebsd-ports/net/samba3/files/patch-script_installswat.sh
Kirill Ponomarev 6fc70a0faf Update to 3.0.9
o Problem updating roaming user profiles.
o Crash in smbd when printing from a Windows 9x client.
o Unresolved symbols in libsmbclient which caused
  applications such as KDE's konqueror to fail when
  accessing smb:// URLs.

PR:		ports/74223
Submitted by:	maintainer
2004-11-23 17:34:51 +00:00

11 lines
464 B
Bash

--- script/installswat.sh.orig Fri Nov 19 21:11:15 2004
+++ script/installswat.sh Fri Nov 19 21:11:45 2004
@@ -103,7 +103,7 @@
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