From e19ea8f2473147dd94c32b82e99dc2fe282a6cbf Mon Sep 17 00:00:00 2001 From: Gerald Carter Date: Mon, 17 Oct 2005 16:58:53 +0000 Subject: r11126: adding libmsrpc to solaris, redhat, and fedora packaging (This used to be commit c3bb9f6514eba302929bb7c8edea396a547bdf28) --- packaging/Solaris/makepkg.sh | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'packaging/Solaris') diff --git a/packaging/Solaris/makepkg.sh b/packaging/Solaris/makepkg.sh index e60669703c..4c2bf529cb 100644 --- a/packaging/Solaris/makepkg.sh +++ b/packaging/Solaris/makepkg.sh @@ -46,8 +46,14 @@ add_dynamic_entries() echo "#\n# libsmbclient\n#" echo f none lib/libsmbclient.so 0755 root other + echo f none lib/libsmbclient.a 0755 root other echo f none include/libsmbclient.h 0644 root other + echo "#\n# libmsrpc\n#" + echo f none lib/libmsrpc.so 0755 root other + echo f none lib/libmsrpc.a 0755 root other + echo f none include/libmsrpc.h 0644 root other + if [ -f lib/smbwrapper.so -a -f bin/smbsh ]; then echo "#\n# smbwrapper\n#" echo f none lib/smbwrapper.so 0755 root other -- cgit