~vcs-imports/samba/main

« back to all changes in this revision

Viewing changes to packaging/Debian/debian-sarge/patches/installswat.sh.patch

  • Committer: jerry
  • Date: 2006-07-14 21:48:39 UTC
  • Revision ID: vcs-imports@canonical.com-20060714214839-586d8c489a8fcead
gutting trunk to move to svn:externals

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
--- samba-3.0.1/source/script/installswat.sh.orig       2004-01-13 13:43:42.000000000 -0500
2
 
+++ samba-3.0.1/source/script/installswat.sh    2004-01-13 12:56:49.000000000 -0500
3
 
@@ -114,7 +114,11 @@
4
 
 
5
 
 # Install Using Samba book (but only if it is there)
6
 
 
7
 
-if [ "x$BOOKDIR" != "x" -a -f $SRCDIR../docs/htmldocs/using_samba/toc.html ]; then
8
 
+# Under Debian we don't actually install the book. The book is part of
9
 
+# the samba-doc package, so we just provide a symlink that points to
10
 
+# where the book is actually installed. The symlink is created in
11
 
+# debian/rules.
12
 
+if /bin/false; then
13
 
 
14
 
     # Create directories
15