diff options
author | Tudor Florea <tudor.florea@enea.com> | 2014-10-10 03:20:04 +0200 |
---|---|---|
committer | Tudor Florea <tudor.florea@enea.com> | 2014-10-10 03:20:04 +0200 |
commit | 1b8dfe266937a37a4c642f96ceb2347bf4c00a17 (patch) | |
tree | 0c6aab146bb3c82efd9c7846a9a4e70dcb0ec84f /meta-oe/recipes-connectivity/samba/samba-3.6.8/installswat.sh.patch | |
download | meta-openembedded-daisy-140929.tar.gz |
initial commit for Enea Linux 4.0-140929daisy-140929
Migrated from the internal git server on the daisy-enea-point-release branch
Signed-off-by: Tudor Florea <tudor.florea@enea.com>
Diffstat (limited to 'meta-oe/recipes-connectivity/samba/samba-3.6.8/installswat.sh.patch')
-rw-r--r-- | meta-oe/recipes-connectivity/samba/samba-3.6.8/installswat.sh.patch | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/meta-oe/recipes-connectivity/samba/samba-3.6.8/installswat.sh.patch b/meta-oe/recipes-connectivity/samba/samba-3.6.8/installswat.sh.patch new file mode 100644 index 0000000000..3f08e493ad --- /dev/null +++ b/meta-oe/recipes-connectivity/samba/samba-3.6.8/installswat.sh.patch | |||
@@ -0,0 +1,23 @@ | |||
1 | Description: Do not install the Using Samba book when installing SWAT | ||
2 | Using Samba is packaged in samba-doc, however upstream also | ||
3 | installs it in SWAT install dirs | ||
4 | Author: Christian Perrier <bubulle@debian.org> | ||
5 | Forwarded: not-needed | ||
6 | |||
7 | Index: experimental/source3/script/installswat.sh | ||
8 | =================================================================== | ||
9 | --- experimental.orig/source3/script/installswat.sh | ||
10 | +++ experimental/source3/script/installswat.sh | ||
11 | @@ -198,7 +198,11 @@ | ||
12 | |||
13 | # Install/ remove Using Samba book (but only if it is there) | ||
14 | |||
15 | -if [ "x$BOOKDIR" != "x" -a -f $SRCDIR../docs/htmldocs/using_samba/toc.html ]; then | ||
16 | +# Under Debian we don't actually install the book. The book is part of | ||
17 | +# the samba-doc package, so we just provide a symlink that points to | ||
18 | +# where the book is actually installed. The symlink is created in | ||
19 | +# debian/rules. | ||
20 | +if /bin/false; then | ||
21 | |||
22 | # Create directories | ||
23 | |||