summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--packages/samba/samba_3.0.14a.bb5
-rw-r--r--packages/samba/samba_3.0.20.bb4
2 files changed, 5 insertions, 4 deletions
diff --git a/packages/samba/samba_3.0.14a.bb b/packages/samba/samba_3.0.14a.bb
index c008fe27f5..9bd1c9a001 100644
--- a/packages/samba/samba_3.0.14a.bb
+++ b/packages/samba/samba_3.0.14a.bb
@@ -1,4 +1,4 @@
-PR = "r12"
+PR = "r13"
SRC_URI = "http://us2.samba.org/samba/ftp/stable/samba-${PV}.tar.gz \
file://configure.patch;patch=1 \
@@ -37,7 +37,8 @@ do_install_append() {
install -d "${D}${localstatedir}/log"
rm -f ${D}/sbin/mount.smbfs
rmdir ${D}/sbin
- ln -sf smbmount ${D}${bindir}/mount.smbfs
+ install -d ${D}${sbindir}
+ ln -sf smbmount ${D}${sbindir}/mount.smbfs
install -d "${D}${sysconfdir}/init.d"
install -c -m 755 ${WORKDIR}/init ${D}${sysconfdir}/init.d/samba
install -d "${D}${sysconfdir}/samba"
diff --git a/packages/samba/samba_3.0.20.bb b/packages/samba/samba_3.0.20.bb
index aea0b4867a..3cc8be11d4 100644
--- a/packages/samba/samba_3.0.20.bb
+++ b/packages/samba/samba_3.0.20.bb
@@ -1,4 +1,4 @@
-PR = "r1"
+PR = "r2"
SRC_URI = "http://us2.samba.org/samba/ftp/stable/samba-${PV}.tar.gz \
file://configure.patch;patch=1 \
@@ -37,7 +37,7 @@ do_install_append() {
install -d "${D}${localstatedir}/log"
rm -f ${D}/sbin/mount.smbfs
rmdir ${D}/sbin
- ln -sf smbmount ${D}${bindir}/mount.smbfs
+ ln -sf smbmount ${D}${sbindir}/mount.smbfs
install -d "${D}${sysconfdir}/init.d"
install -c -m 755 ${WORKDIR}/init ${D}${sysconfdir}/init.d/samba
install -d "${D}${sysconfdir}/samba"