From: Herb Lewis Date: Tue, 2 May 2000 23:46:47 +0000 (+0000) Subject: move using_samba to swat directory X-Git-Tag: samba-2.0.8~9 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1a0cce6afe260fd78a213a211140f9e8d9d2aaaf;p=thirdparty%2Fsamba.git move using_samba to swat directory --- diff --git a/packaging/SGI/idb.pl b/packaging/SGI/idb.pl index 00843777ca5..44877f06dde 100755 --- a/packaging/SGI/idb.pl +++ b/packaging/SGI/idb.pl @@ -85,7 +85,7 @@ closedir(DIR); # install the swat files chdir "$SRCDIR/source"; system("chmod +x ./script/installswat.sh"); -system("./script/installswat.sh ../packaging/SGI/swat ./"); +system("./script/installswat.sh ../packaging/SGI/swat ./ ../packaging/SGI/swat/using_samba"); system("cp -f ../swat/README ../packaging/SGI/swat"); chdir $curdir; @@ -100,6 +100,7 @@ chdir $curdir; # the files installed in docs include all the original files in docs plus all # the "*.doc" files from the source tree @docs = sort byfilename grep (!/^docs\/$/ & (/^source\/.*\.doc$/ | /^docs\//),@allfiles); +@docs = grep(!/htmldocs\/using_samba/, @docs); @swatfiles = sort grep(/^packaging\/SGI\/swat/, @allfiles); @catman = sort grep(/^packaging\/SGI\/catman/ & !/\/$/, @allfiles);