diff options
Diffstat (limited to 'packages/matchbox-stroke/matchbox-stroke_svn.bb')
-rw-r--r-- | packages/matchbox-stroke/matchbox-stroke_svn.bb | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/packages/matchbox-stroke/matchbox-stroke_svn.bb b/packages/matchbox-stroke/matchbox-stroke_svn.bb index ead214407b..7afa80d589 100644 --- a/packages/matchbox-stroke/matchbox-stroke_svn.bb +++ b/packages/matchbox-stroke/matchbox-stroke_svn.bb @@ -9,7 +9,7 @@ PR="r2" SRC_URI = "svn://svn.o-hand.com/repos/matchbox/trunk;module=${PN};proto=http" -S = ${WORKDIR}/${PN} +S = "${WORKDIR}/${PN}" inherit autotools pkgconfig gettext @@ -17,4 +17,3 @@ FILES_${PN} = "${bindir}/* \ ${datadir}/applications \ ${datadir}/pixmaps \ ${datadir}/matchbox-stroke" - |