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

we don't have any jpeg images any more

(This used to be commit ae5f174ef163734c61c0d30b32f5564cfba02666)
This commit is contained in:
Andrew Tridgell 1998-11-12 23:57:18 +00:00
parent ea2fa33f65
commit dfac41840a

View File

@ -25,13 +25,6 @@ for f in $SRCDIR../swat/images/*.gif; do
chmod 0644 $FNAME
done
for f in $SRCDIR../swat/images/*.jpg; do
FNAME=$SWATDIR/images/`basename $f`
echo $FNAME
cp $f $FNAME || echo Cannot install $FNAME. Does $USER have privileges?
chmod 0644 $FNAME
done
for f in $SRCDIR../swat/help/*.html; do
FNAME=$SWATDIR/help/`basename $f`
echo $FNAME