From 69bb6f6f5fa472d2bf5c619a09aecc3b0ce4c254 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Sun, 15 Mar 1998 00:03:38 +0000 Subject: install jpeg files (This used to be commit 02cb3801d772cc056df3afb7028d9bd74c8553be) --- source3/script/installswat.sh | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'source3/script/installswat.sh') diff --git a/source3/script/installswat.sh b/source3/script/installswat.sh index 30dd2b57be..a51fd56272 100755 --- a/source3/script/installswat.sh +++ b/source3/script/installswat.sh @@ -23,6 +23,13 @@ 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