exherbo-impulze/packages/app-emulation/vhba-module/vhba-module-scm.exheres-0

11 lines
161 B
Bash

require vhba-module
PLATFORMS="~amd64"
src_install() {
vhba-module_src_install
find "${IMAGE}/usr/src/${PNV}" -type d -name .svn -exec rm -r {} \;
}