diff options
author | Tim Potter <tpot@samba.org> | 2003-10-09 05:51:52 +0000 |
---|---|---|
committer | Tim Potter <tpot@samba.org> | 2003-10-09 05:51:52 +0000 |
commit | 70c8d35b24284902de87d4e74257e15dd6ec63fc (patch) | |
tree | cb4e11382f71f7efa15fd3f11b4f3c7ee9fcbdd2 /packaging/Solaris | |
parent | 4d347bd5df36b6dbc183e4165cd9bee0ffe1b3ac (diff) | |
download | samba-70c8d35b24284902de87d4e74257e15dd6ec63fc.tar.gz samba-70c8d35b24284902de87d4e74257e15dd6ec63fc.tar.bz2 samba-70c8d35b24284902de87d4e74257e15dd6ec63fc.zip |
Merge from 3.0:
- Don't install text docs
(This used to be commit 1d9d49c9181b3d798130f5bd64560fcb1b369b13)
Diffstat (limited to 'packaging/Solaris')
-rwxr-xr-x | packaging/Solaris/makepkg.sh.tmpl | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/packaging/Solaris/makepkg.sh.tmpl b/packaging/Solaris/makepkg.sh.tmpl index df9d6b89d5..2a46321f81 100755 --- a/packaging/Solaris/makepkg.sh.tmpl +++ b/packaging/Solaris/makepkg.sh.tmpl @@ -98,15 +98,6 @@ add_dynamic_entries() # Create a symbolic link to the Samba book in docs/ for beginners echo 's none samba/docs/samba_book=htmldocs/using_samba' - echo "#\n# Text Docs \n#" - echo d none samba/docs/textdocs 0755 root other - cd $DISTR_BASE/docs/textdocs - for textdoc in * - do - if [ -f $textdoc ]; then - echo f none samba/docs/textdocs/$textdoc=docs/textdocs/$textdoc 0644 root other - fi - done echo "#\n# SWAT \n#" cd $DISTR_BASE list=`find swat -type d | grep -v "/CVS$"` |