• Home
  • History
  • Annotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.0.25b/packaging/Debian/debian-unstable/patches/
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 
16