2009-08-20 20:05:04 +02:00
|
|
|
# Copyright 2009 Daniel Mierswa <impulze@impulze.org>
|
|
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
|
2009-08-20 19:46:51 +02:00
|
|
|
require vhba-module
|
|
|
|
|
|
|
|
PLATFORMS="~amd64"
|
|
|
|
|
|
|
|
src_install() {
|
|
|
|
vhba-module_src_install
|
|
|
|
|
|
|
|
find "${IMAGE}/usr/src/${PNV}" -type d -name .svn -exec rm -r {} \;
|
|
|
|
}
|
|
|
|
|