summaryrefslogtreecommitdiff
path: root/packaging/Solaris/makepkg.sh
diff options
context:
space:
mode:
Diffstat (limited to 'packaging/Solaris/makepkg.sh')
-rw-r--r--packaging/Solaris/makepkg.sh7
1 files changed, 7 insertions, 0 deletions
diff --git a/packaging/Solaris/makepkg.sh b/packaging/Solaris/makepkg.sh
index 6d4130b292..a8195e0755 100644
--- a/packaging/Solaris/makepkg.sh
+++ b/packaging/Solaris/makepkg.sh
@@ -48,6 +48,10 @@ add_dynamic_entries()
echo f none lib/libsmbclient.so 0755 root other
echo f none include/libsmbclient.h 0644 root other
+ echo "#\n# smbwrapper\n#"
+ echo f none lib/smbwrapper.so 0755 root other
+ echo f none bin/smbsh 0755 root other
+
echo "#\n# nss_winbind.so\n#"
echo f none /usr/lib/nss_winbind.so.1=lib/libnss_winbind.so 0755 root other
echo s none /lib/nss_winbind.so.1=../usr/lib/nss_winbind.so.1 0755 root other
@@ -158,6 +162,9 @@ if [ -f nsswitch/pam_winbind.so ]; then
cp -fp nsswitch/pam_winbind.so $TMPINSTALLDIR/$LIBDIR/pam_winbind.so
fi
+cp -p bin/smbwrapper.so $TMPINSTALLDIR/$INSTALL_BASE/lib
+cp -p bin/smbsh $TMPINSTALLDIR/$INSTALL_BASE/bin
+
mkdir -p $TMPINSTALLDIR/$INSTALL_BASE/docs
cp -p ../docs/*pdf $TMPINSTALLDIR/$INSTALL_BASE/docs