diff options
-rw-r--r-- | packaging/Solaris/makepkg.sh | 7 | ||||
-rw-r--r-- | packaging/Solaris/prototype.master | 1 |
2 files changed, 8 insertions, 0 deletions
diff --git a/packaging/Solaris/makepkg.sh b/packaging/Solaris/makepkg.sh index 6d4130b2927..a8195e0755f 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 diff --git a/packaging/Solaris/prototype.master b/packaging/Solaris/prototype.master index 7f554378ef0..7d15b7d8ae6 100644 --- a/packaging/Solaris/prototype.master +++ b/packaging/Solaris/prototype.master @@ -32,6 +32,7 @@ d none $BINDIR 0755 root other d none $LIBDIR 0755 root other d none $LIBDIR/charset 0755 root other d none $LIBDIR/vfs 0755 root other +d none include 0755 root other d none $SWATDIR 0755 root other d none $LOGFILEBASE 0755 root other d none $PIDDIR 0755 root other |