diff options
author | Gerald Carter <jerry@samba.org> | 2003-08-28 21:23:04 +0000 |
---|---|---|
committer | Gerald Carter <jerry@samba.org> | 2003-08-28 21:23:04 +0000 |
commit | 9809c98f24b53e6b34d80bd7abcf439f4c0e6ec6 (patch) | |
tree | aca6edb4286b6821fe551c93706b7acaf50736d6 | |
parent | 019349339e814e710b5d7e06c19441c4fe4b39f3 (diff) | |
download | samba-9809c98f24b53e6b34d80bd7abcf439f4c0e6ec6.tar.gz samba-9809c98f24b53e6b34d80bd7abcf439f4c0e6ec6.tar.bz2 samba-9809c98f24b53e6b34d80bd7abcf439f4c0e6ec6.zip |
make sure using_samba 2ed. files get installed ok
(This used to be commit 55b6129bd106898ebfe976facacfe1d079492993)
-rwxr-xr-x | source3/script/installswat.sh | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/source3/script/installswat.sh b/source3/script/installswat.sh index 300324b077..bd2f8da234 100755 --- a/source3/script/installswat.sh +++ b/source3/script/installswat.sh @@ -96,6 +96,13 @@ if [ "x$BOOKDIR" != "x" -a -f $SRCDIR../docs/htmldocs/using_samba/toc.html ]; th chmod 0644 $FNAME done + for f in $SRCDIR../docs/htmldocs/using_samba/*.gif; do + FNAME=$BOOKDIR/`basename $f` + echo $FNAME + cp $f $FNAME || echo Cannot install $FNAME. Does $USER have privileges? + chmod 0644 $FNAME + done + # Figures for f in $SRCDIR../docs/htmldocs/using_samba/figs/*.gif; do |