6fc70a0faf
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
11 lines
464 B
Bash
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
|