diff options
author | Gerald Carter <jerry@samba.org> | 2005-10-17 16:58:53 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 11:05:01 -0500 |
commit | e19ea8f2473147dd94c32b82e99dc2fe282a6cbf (patch) | |
tree | 8307b208c941563e6f236864ea6a3e1f69dcf6c3 /packaging/Solaris | |
parent | d77621c42583a8294bbfffac2df7e6a0f5b26348 (diff) | |
download | samba-e19ea8f2473147dd94c32b82e99dc2fe282a6cbf.tar.gz samba-e19ea8f2473147dd94c32b82e99dc2fe282a6cbf.tar.bz2 samba-e19ea8f2473147dd94c32b82e99dc2fe282a6cbf.zip |
r11126: adding libmsrpc to solaris, redhat, and fedora packaging
(This used to be commit c3bb9f6514eba302929bb7c8edea396a547bdf28)
Diffstat (limited to 'packaging/Solaris')
-rw-r--r-- | packaging/Solaris/makepkg.sh | 6 |
1 files changed, 6 insertions, 0 deletions
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 |