samba: Fix parsing errors
authorOyvind Repvik <nail@nslu2-linux.org>
Fri, 17 Nov 2006 16:37:48 +0000 (16:37 +0000)
committerOyvind Repvik <nail@nslu2-linux.org>
Fri, 17 Nov 2006 16:37:48 +0000 (16:37 +0000)
packages/samba/samba_3.0.10.bb
packages/samba/samba_3.0.14a.bb
packages/samba/samba_3.0.20.bb
packages/samba/samba_3.0.23c.bb

index e7514c5..4aa2629 100644 (file)
@@ -1,6 +1,6 @@
 SRC_URI := "http://us2.samba.org/samba/ftp/stable/samba-${PV}.tar.gz \
           file://${FILESDIR}/configure.patch;patch=1 \
           file://${FILESDIR}/cifs.patch;patch=1"
-S := ${WORKDIR}/${P}/source
+S := "${WORKDIR}/${P}/source"
 
 require samba.inc
index ddd08c8..08d3c39 100644 (file)
@@ -7,7 +7,7 @@ SRC_URI = "http://us2.samba.org/samba/ftp/stable/samba-${PV}.tar.gz \
           file://init \
            file://quota.patch;patch=1;pnum=0 \
           "
-S = ${WORKDIR}/${P}/source
+S = "${WORKDIR}/${P}/source"
 
 require samba.inc
 inherit update-rc.d
index 088c167..7aa3d53 100644 (file)
@@ -7,7 +7,7 @@ SRC_URI = "http://us2.samba.org/samba/ftp/stable/samba-${PV}.tar.gz \
           file://init \
            file://quota.patch;patch=1;pnum=0 \
           "
-S = ${WORKDIR}/${P}/source
+S = "${WORKDIR}/${P}/source"
 
 require samba.inc
 inherit update-rc.d
index 4425449..acec5af 100644 (file)
@@ -7,7 +7,7 @@ SRC_URI = "http://us2.samba.org/samba/ftp/stable/samba-${PV}.tar.gz \
           file://init \
            file://quota.patch;patch=1;pnum=0 \
           "
-S = ${WORKDIR}/${P}/source
+S = "${WORKDIR}/${P}/source"
 
 include samba.inc
 inherit update-rc.d