summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGerald Carter <jerry@samba.org>2002-10-17 02:21:24 +0000
committerGerald Carter <jerry@samba.org>2002-10-17 02:21:24 +0000
commit16080ce5420a8c2a862863ff3d3649c066d4705b (patch)
tree124c6f288f35db538fcf180d36b7d98b601268e5
parent6e01a57187b23469a4ea023b04fbb19353a5849b (diff)
downloadsamba-16080ce5420a8c2a862863ff3d3649c066d4705b.tar.gz
fix typo in RedHat specfile
-rw-r--r--packaging/RedHat/samba2.spec.tmpl7
1 files changed, 3 insertions, 4 deletions
diff --git a/packaging/RedHat/samba2.spec.tmpl b/packaging/RedHat/samba2.spec.tmpl
index 10871c8bee8..f2fb80f2585 100644
--- a/packaging/RedHat/samba2.spec.tmpl
+++ b/packaging/RedHat/samba2.spec.tmpl
@@ -221,7 +221,7 @@ mkdir -p $RPM_BUILD_ROOT%{prefix}/{lib,include}
# Install standard binary files
for i in nmblookup smbclient smbpasswd smbstatus testparm testprns \
make_smbcodepage make_unicodemap make_printerdef rpcclient smbspool \
- smbcacls smbcontrol wbinfo
+ smbcacls smbcontrol wbinfo smbmnt
do
install -m755 source/bin/$i $RPM_BUILD_ROOT%{prefix}/bin
done
@@ -231,7 +231,7 @@ do
done
# Install secure binary files
-for i in smbd nmbd swat smbmount smbumount smbmnt debug2html winbindd
+for i in smbd nmbd swat smbmount smbumount debug2html winbindd
do
install -m755 source/bin/$i $RPM_BUILD_ROOT%{prefix}/sbin
done
@@ -239,7 +239,6 @@ done
# we need a symlink for mount to recognise the smb and smbfs filesystem types
ln -sf %{prefix}/sbin/smbmount $RPM_BUILD_ROOT/sbin/mount.smbfs
ln -sf %{prefix}/sbin/smbmount $RPM_BUILD_ROOT/sbin/mount.smb
-ln -sf %{prefix}/sbin/smbmnt $RPM_BUILD_ROOT%{prefix}/bin/smbmnt
# This allows us to get away without duplicating code that
# sombody else can maintain for us.
@@ -519,7 +518,7 @@ fi
%{prefix}/sbin/smbd
%{prefix}/sbin/nmbd
%{prefix}/sbin/swat
-%{prefix}/sbin/smbmnt
+%{prefix}/bin/smbmnt
%{prefix}/sbin/smbmount
%{prefix}/sbin/smbumount
%{prefix}/sbin/winbindd