From 0a6295debd1db430b6db7fed8767ab6301d9359d Mon Sep 17 00:00:00 2001 From: Tim Potter Date: Mon, 29 Sep 2003 06:06:49 +0000 Subject: Merge from 3.0: >make sure to install the *msg files for SWAT (This used to be commit e7006f27729679d56f52838699d894cf6143c019) --- packaging/Solaris/makepkg.sh.tmpl | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'packaging/Solaris') 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 * -- cgit