diff options
Diffstat (limited to 'packages/matchbox-stroke/matchbox-stroke_svn.bb')
-rw-r--r-- | packages/matchbox-stroke/matchbox-stroke_svn.bb | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/packages/matchbox-stroke/matchbox-stroke_svn.bb b/packages/matchbox-stroke/matchbox-stroke_svn.bb index 9bbbe89027..ead214407b 100644 --- a/packages/matchbox-stroke/matchbox-stroke_svn.bb +++ b/packages/matchbox-stroke/matchbox-stroke_svn.bb @@ -3,7 +3,8 @@ LICENSE = "GPL" DEPENDS = "libfakekey expat libxft" SECTION = "x11/wm" PV = "0.0+svn${SRCDATE}" -PR="r1" + +PR="r2" SRC_URI = "svn://svn.o-hand.com/repos/matchbox/trunk;module=${PN};proto=http" @@ -12,7 +13,7 @@ S = ${WORKDIR}/${PN} inherit autotools pkgconfig gettext -FILES_${PN} = "${bindir} \ +FILES_${PN} = "${bindir}/* \ ${datadir}/applications \ ${datadir}/pixmaps \ ${datadir}/matchbox-stroke" |