summaryrefslogtreecommitdiffstats
path: root/packaging
diff options
context:
space:
mode:
authorGerald Carter <jerry@samba.org>2002-06-07 15:22:04 +0000
committerGerald Carter <jerry@samba.org>2002-06-07 15:22:04 +0000
commit5b642be9543cd5f87cd85fe9b9e9f7b85aa6e2d8 (patch)
treee75aef51f5c0e0586331e326e6f51206b830eb05 /packaging
parent24fcd3997c1b1d5221509b9acaded2e1ecc5ad58 (diff)
downloadsamba-5b642be9543cd5f87cd85fe9b9e9f7b85aa6e2d8.tar.gz
samba-5b642be9543cd5f87cd85fe9b9e9f7b85aa6e2d8.tar.xz
samba-5b642be9543cd5f87cd85fe9b9e9f7b85aa6e2d8.zip
* incldue block.so when building VFS modules
* update to coorespond with some build changes to VFS modules
Diffstat (limited to 'packaging')
-rw-r--r--packaging/RedHat/samba2.spec.tmpl4
1 files changed, 3 insertions, 1 deletions
diff --git a/packaging/RedHat/samba2.spec.tmpl b/packaging/RedHat/samba2.spec.tmpl
index 54673fc9b31..c2cfe24c549 100644
--- a/packaging/RedHat/samba2.spec.tmpl
+++ b/packaging/RedHat/samba2.spec.tmpl
@@ -274,8 +274,10 @@ install -m755 source/nsswitch/pam_winbind.so $RPM_BUILD_ROOT/lib/security
install -m755 source/bin/pam_smbpass.so $RPM_BUILD_ROOT/lib/security
# Install the VFS modules
-install -m755 examples/VFS/recycle.so $RPM_BUILD_ROOT%{prefix}/lib/samba/vfs
+install -m755 examples/VFS/recycle/recycle.so $RPM_BUILD_ROOT%{prefix}/lib/samba/vfs
+install -m755 examples/VFS/block/block.so $RPM_BUILD_ROOT%{prefix}/lib/samba/vfs
install -m755 examples/VFS/audit.so $RPM_BUILD_ROOT%{prefix}/lib/samba/vfs
+
# clean out VFS directory since it will get installed as documentation later
(cd examples/VFS; make clean)