diff options
author | Andrew Tridgell <tridge@samba.org> | 1998-11-12 23:57:18 +0000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 1998-11-12 23:57:18 +0000 |
commit | dfac41840a546801c759d385895a03e223aa5bc7 (patch) | |
tree | bc9f8d2914296096cb273e1c2ed7b64e093aa308 | |
parent | ea2fa33f6564389240c4b414e27065a4a01dcfbc (diff) | |
download | samba-dfac41840a546801c759d385895a03e223aa5bc7.tar.gz samba-dfac41840a546801c759d385895a03e223aa5bc7.tar.xz samba-dfac41840a546801c759d385895a03e223aa5bc7.zip |
we don't have any jpeg images any more
(This used to be commit ae5f174ef163734c61c0d30b32f5564cfba02666)
-rwxr-xr-x | source3/script/installswat.sh | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/source3/script/installswat.sh b/source3/script/installswat.sh index 6bd11bcb99..c2a1f423ad 100755 --- a/source3/script/installswat.sh +++ b/source3/script/installswat.sh @@ -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 |