14 lines
283 B
Bash
14 lines
283 B
Bash
# Copyright 2009 Daniel Mierswa <impulze@impulze.org>
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
require vhba-module
|
|
|
|
PLATFORMS="~amd64"
|
|
|
|
src_install() {
|
|
vhba-module_src_install
|
|
|
|
find "${IMAGE}/usr/src/${PNV}" -type d -name .svn -exec rm -r {} \;
|
|
}
|
|
|