install smbwrapper and add the include directory in the package
authorjerry <jerry@0c0555d6-39d7-0310-84fc-f1cc0bd64818>
Mon, 1 Nov 2004 02:00:09 +0000 (02:00 +0000)
committerjerry <jerry@0c0555d6-39d7-0310-84fc-f1cc0bd64818>
Mon, 1 Nov 2004 02:00:09 +0000 (02:00 +0000)
git-svn-id: svn+ssh://svn.samba.org/data/svn/samba/branches/SAMBA_3_0@3420 0c0555d6-39d7-0310-84fc-f1cc0bd64818

packaging/Solaris/makepkg.sh
packaging/Solaris/prototype.master

index 6d4130b29275a306e461289af08a62a2ea75d2ee..a8195e0755fe12e64cabd60cf9129d294d08ee03 100644 (file)
@@ -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
 
index 7f554378ef07733fcb67a010354ba1bde04715f1..7d15b7d8ae6041851779e7dc49efc048cb0c6859 100644 (file)
@@ -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