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-28 09:39:54 +0100
commit848b8477b477d9d82297185f82b089b14eb856db (patch)
tree52fe35b960a07db737cfacfe4ac39fad471045a6 /packaging
parent5acce3c319a2e89591dbf614c7e97fe75dcdf04c (diff)
downloadsamba-848b8477b477d9d82297185f82b089b14eb856db.tar.gz
samba-848b8477b477d9d82297185f82b089b14eb856db.tar.xz
samba-848b8477b477d9d82297185f82b089b14eb856db.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) (cherry picked from commit b2ef64515d4a4876276d152ff2075546d2030d23)
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