svn commit: samba r3924 - in branches/SAMBA_3_0/source/script: .

jerry at samba.org jerry at samba.org
Tue Nov 23 15:27:53 GMT 2004


Author: jerry
Date: 2004-11-23 15:27:53 +0000 (Tue, 23 Nov 2004)
New Revision: 3924

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=3924

Log:
fix installswat once again after the image target location had changed in the docs
Modified:
   branches/SAMBA_3_0/source/script/installswat.sh


Changeset:
Modified: branches/SAMBA_3_0/source/script/installswat.sh
===================================================================
--- branches/SAMBA_3_0/source/script/installswat.sh	2004-11-23 14:52:56 UTC (rev 3923)
+++ branches/SAMBA_3_0/source/script/installswat.sh	2004-11-23 15:27:53 UTC (rev 3924)
@@ -103,7 +103,7 @@
               fi
           fi
           for f in $SRCDIR../docs/$dir/images/*.png; do
-              FNAME=$INSTALLDIR/`basename $f`
+              FNAME=$INSTALLDIR/images/`basename $f`
               echo $FNAME
               cp $f $FNAME || echo Cannot install $FNAME. Does $USER have privileges?
               chmod 0644 $FNAME



More information about the samba-cvs mailing list