summaryrefslogtreecommitdiffstats
path: root/packaging
diff options
context:
space:
mode:
authorGerald Carter <jerry@samba.org>2002-05-15 12:55:02 +0000
committerGerald Carter <jerry@samba.org>2002-05-15 12:55:02 +0000
commit9d60abf1120e341c36e9838806919b8e7bda2bd8 (patch)
treeeb1fe5d44a58a19592847cd15f48a528e6571705 /packaging
parentc6cd693100191e2f4c9889bc9244c9a774e4d6be (diff)
downloadsamba-9d60abf1120e341c36e9838806919b8e7bda2bd8.tar.gz
samba-9d60abf1120e341c36e9838806919b8e7bda2bd8.tar.xz
samba-9d60abf1120e341c36e9838806919b8e7bda2bd8.zip
install findsmb
Diffstat (limited to 'packaging')
-rw-r--r--packaging/RedHat/samba2.spec.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging/RedHat/samba2.spec.tmpl b/packaging/RedHat/samba2.spec.tmpl
index 177340d26a1..ae4bb71d19f 100644
--- a/packaging/RedHat/samba2.spec.tmpl
+++ b/packaging/RedHat/samba2.spec.tmpl
@@ -205,7 +205,7 @@ for i in nmblookup smbclient smbpasswd smbstatus testparm testprns \
do
install -m755 source/bin/$i $RPM_BUILD_ROOT%{prefix}/bin
done
-for i in mksmbpasswd.sh smbtar
+for i in mksmbpasswd.sh smbtar findsmb
do
install -m755 source/script/$i $RPM_BUILD_ROOT%{prefix}/bin
done