install jpeg files
authorAndrew Tridgell <tridge@samba.org>
Sun, 15 Mar 1998 00:03:38 +0000 (00:03 +0000)
committerAndrew Tridgell <tridge@samba.org>
Sun, 15 Mar 1998 00:03:38 +0000 (00:03 +0000)
source/script/installswat.sh

index 30dd2b57be18948aef2a6e752e3690c89899a502..a51fd56272ceb2ff78145598bcc9fc067a9de414 100755 (executable)
@@ -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