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