xserver-kdrive-common: Remove .svn directories from final package

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@369 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Richard Purdie 2006-04-25 22:25:42 +00:00
parent 0be286480d
commit e7a22e9730
1 changed files with 4 additions and 1 deletions

View 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
}