From dfac41840a546801c759d385895a03e223aa5bc7 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Thu, 12 Nov 1998 23:57:18 +0000 Subject: [PATCH] we don't have any jpeg images any more (This used to be commit ae5f174ef163734c61c0d30b32f5564cfba02666) --- source3/script/installswat.sh | 7 ------- 1 file changed, 7 deletions(-) diff --git a/source3/script/installswat.sh b/source3/script/installswat.sh index 6bd11bcb99d..c2a1f423ad2 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 -- 2.34.1