summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGerald Carter <jerry@samba.org>2002-10-17 01:53:32 +0000
committerGerald Carter <jerry@samba.org>2002-10-17 01:53:32 +0000
commit6e01a57187b23469a4ea023b04fbb19353a5849b (patch)
treee4f4775d0e7680c107f37c2a92bf3d2da6df3dcd
parentef45bbb60e083e4361dc1f6e1b062ed754c47d23 (diff)
downloadsamba-6e01a57187b23469a4ea023b04fbb19353a5849b.tar.gz
fix typo in RedHat specfile
-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 c3d89227ae6..10871c8bee8 100644
--- a/packaging/RedHat/samba2.spec.tmpl
+++ b/packaging/RedHat/samba2.spec.tmpl
@@ -239,7 +239,7 @@ 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/bin/smbmnt
+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.