summaryrefslogtreecommitdiffstats
path: root/packaging
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2008-12-17 22:27:39 +0100
committerKarolin Seeger <kseeger@samba.org>2009-01-02 14:46:43 +0100
commitb2ef64515d4a4876276d152ff2075546d2030d23 (patch)
tree08ecb631c0a39b13a49db9953d59a197171f0976 /packaging
parentcd796359ec0c30a0204fe744805bfbea3550f57d (diff)
downloadsamba-b2ef64515d4a4876276d152ff2075546d2030d23.tar.gz
samba-b2ef64515d4a4876276d152ff2075546d2030d23.tar.xz
samba-b2ef64515d4a4876276d152ff2075546d2030d23.zip
packaging(RHEL): fix typo in [u]mount.cifs installation
Michael (cherry picked from commit 835108bcf84a5f47f46d237c7a93c572348125a1) Signed-off-by: Michael Adam <obnox@samba.org> (cherry picked from commit 71c74725bce403e36e4dc38287802c95b8d4de66) (cherry picked from commit cfc140d3924dd6be893d242ce5df22e2128f09f8) (cherry picked from commit 8b4c199deffd724a4a2219ccb8ffb91524101cd9)
Diffstat (limited to 'packaging')
-rw-r--r--packaging/RHEL/samba.spec.tmpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/packaging/RHEL/samba.spec.tmpl b/packaging/RHEL/samba.spec.tmpl
index 1e431165927..a93b5d99598 100644
--- a/packaging/RHEL/samba.spec.tmpl
+++ b/packaging/RHEL/samba.spec.tmpl
@@ -245,8 +245,8 @@ install -m644 setup/samba.pamd $RPM_BUILD_ROOT%{_sysconfdir}/pam.d/samba
install -m755 setup/smbprint $RPM_BUILD_ROOT%{_bindir}
install -m644 setup/smbusers $RPM_BUILD_ROOT%{_sysconfdir}/samba/smbusers
install -m644 setup/smb.conf $RPM_BUILD_ROOT%{_sysconfdir}/samba/smb.conf
-install -m755 bin/mount.cifs $RPM_BUILD_ROOT/sbin/mount.cifs
-install -m755 bin/umount.cifs $RPM_BUILD_ROOT/sbin/umount.cifs
+install -m755 source/bin/mount.cifs $RPM_BUILD_ROOT/sbin/mount.cifs
+install -m755 source/bin/umount.cifs $RPM_BUILD_ROOT/sbin/umount.cifs
install -m755 source/script/mksmbpasswd.sh $RPM_BUILD_ROOT%{_bindir}
/bin/rm $RPM_BUILD_ROOT%{_sbindir}/*mount.cifs