diff options
author | Tim Potter <tpot@samba.org> | 2003-09-29 06:06:49 +0000 |
---|---|---|
committer | Tim Potter <tpot@samba.org> | 2003-09-29 06:06:49 +0000 |
commit | 0a6295debd1db430b6db7fed8767ab6301d9359d (patch) | |
tree | 3e2afcd1ea7e46b89c256a3fc2b958724ccbe52f | |
parent | 13a5a0b51ff39181b615d26e82979074261e22f6 (diff) | |
download | samba-0a6295debd1db430b6db7fed8767ab6301d9359d.tar.gz samba-0a6295debd1db430b6db7fed8767ab6301d9359d.tar.bz2 samba-0a6295debd1db430b6db7fed8767ab6301d9359d.zip |
Merge from 3.0:
>make sure to install the *msg files for SWAT
(This used to be commit e7006f27729679d56f52838699d894cf6143c019)
-rwxr-xr-x | packaging/Solaris/makepkg.sh.tmpl | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/packaging/Solaris/makepkg.sh.tmpl b/packaging/Solaris/makepkg.sh.tmpl index d1da9d5f12..df9d6b89d5 100755 --- a/packaging/Solaris/makepkg.sh.tmpl +++ b/packaging/Solaris/makepkg.sh.tmpl @@ -119,6 +119,13 @@ add_dynamic_entries() do echo "f none samba/$i=$i 0644 root other" done + # add the .msg files for SWAT + echo "#\n# msg files \n#" + for file in $DISTR_BASE/source/po/*.msg ; do + bfile=`basename $file` + echo f none /usr/local/samba/lib/$bfile=source/po/$bfile + done + echo "#\n# HTML documentation for SWAT\n#" cd $DISTR_BASE/docs/htmldocs for htmldoc in * |