From: Richard Purdie Date: Tue, 30 May 2006 18:02:31 +0000 (+0000) Subject: matchbox-poky: Remove .svn directories from package X-Git-Tag: 2011-1~12941 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=0e376c137102124dafaaeec467f9f861e0725b9f;p=openembedded-core.git matchbox-poky: Remove .svn directories from package git-svn-id: https://svn.o-hand.com/repos/poky/trunk@454 311d38ba-8fff-0310-9ca6-ca027cbcb966 --- diff --git a/openembedded/packages/matchbox-poky/matchbox-poky_0.1.bb b/openembedded/packages/matchbox-poky/matchbox-poky_0.1.bb index c2e3e3282c..98215ed517 100644 --- a/openembedded/packages/matchbox-poky/matchbox-poky_0.1.bb +++ b/openembedded/packages/matchbox-poky/matchbox-poky_0.1.bb @@ -2,13 +2,15 @@ DESCRIPTION = "Custom MB session files for poky" LICENSE = "GPL" SECTION = "x11" RDEPENDS = "matchbox matchbox-applet-startup-monitor gtk-theme-clearlooks" -PR = "r13" +PR = "r14" SRC_URI = "file://etc" S = ${WORKDIR} do_install() { cp -R ${S}/etc ${D}/etc + rm -fR ${D}/etc/.svn + rm -fR ${D}/etc/matchbox/.svn chmod -R 755 ${D}/etc }