]> code.ossystems Code Review - openembedded-core.git/commitdiff
matchbox-poky: Remove .svn directories from package
authorRichard Purdie <richard@openedhand.com>
Tue, 30 May 2006 18:02:31 +0000 (18:02 +0000)
committerRichard Purdie <richard@openedhand.com>
Tue, 30 May 2006 18:02:31 +0000 (18:02 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@454 311d38ba-8fff-0310-9ca6-ca027cbcb966

openembedded/packages/matchbox-poky/matchbox-poky_0.1.bb

index c2e3e3282c1a97669ddd02e758e2e2ecf5e381cd..98215ed517136df4e5eb0239abb6256f5321e8f5 100644 (file)
@@ -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
 }