From 70c8d35b24284902de87d4e74257e15dd6ec63fc Mon Sep 17 00:00:00 2001 From: Tim Potter Date: Thu, 9 Oct 2003 05:51:52 +0000 Subject: Merge from 3.0: - Don't install text docs (This used to be commit 1d9d49c9181b3d798130f5bd64560fcb1b369b13) --- packaging/Solaris/makepkg.sh.tmpl | 9 --------- 1 file changed, 9 deletions(-) (limited to 'packaging/Solaris') 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$"` -- cgit