]> code.ossystems Code Review - openembedded-core.git/commitdiff
xserver-kdrive-common: Remove .svn directories from final package
authorRichard Purdie <richard@openedhand.com>
Tue, 25 Apr 2006 22:25:42 +0000 (22:25 +0000)
committerRichard Purdie <richard@openedhand.com>
Tue, 25 Apr 2006 22:25:42 +0000 (22:25 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@369 311d38ba-8fff-0310-9ca6-ca027cbcb966

openembedded/packages/xserver-kdrive-common/xserver-kdrive-common_0.1.bb

index 9608d573b2a45ce6de90f6bc24ebc1bf94cad368..e8159dd98bfef13667432de918db31d3e2dcabb1 100644 (file)
@@ -2,7 +2,7 @@ DESCRIPTION = "Common X11 scripts"
 LICENSE = "GPL"
 SECTION = "x11"
 RDEPENDS_${PN} = "xmodmap libxrandr xdpyinfo xtscal"
-PR = "r4"
+PR = "r5"
 
 SRC_URI = "file://etc"
 S = ${WORKDIR}
@@ -11,5 +11,8 @@ PACKAGE_ARCH = "all"
 
 do_install() {
        cp -R ${S}/etc ${D}/etc
+       rm -fR ${D}/etc/.svn
+       rm -fR ${D}/etc/*/.svn
+       rm -fR ${D}/etc/*/*/.svn
        chmod -R 755 ${D}/etc
 }
\ No newline at end of file