summaryrefslogtreecommitdiff
path: root/packaging/Solaris/makepkg.sh
diff options
context:
space:
mode:
Diffstat (limited to 'packaging/Solaris/makepkg.sh')
-rwxr-xr-xpackaging/Solaris/makepkg.sh10
1 files changed, 10 insertions, 0 deletions
diff --git a/packaging/Solaris/makepkg.sh b/packaging/Solaris/makepkg.sh
index b57e182e4a3..c819336dd40 100755
--- a/packaging/Solaris/makepkg.sh
+++ b/packaging/Solaris/makepkg.sh
@@ -63,6 +63,16 @@ add_dynamic_entries()
fi
done
+ # Add the Registry files
+ echo "#\n# Registry files \n#"
+ echo d none samba/docs/Registry 0755 root other
+ cd $DISTR_BASE
+ list=`find docs/Registry -type f -name "*.reg" | grep -v "/CVS$"`
+ for regfile in $list
+ do
+ echo f none samba/$regfile=$regfile 0644 root other
+ done
+
# Add the manpages
echo "#\n# man pages \n#"
echo d none /usr ? ? ?