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:
parent
ea2fa33f65
commit
dfac41840a
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user