don't install release.sh :)
This commit is contained in:
parent
ee8ca88db6
commit
c05d3fbfe4
1 changed files with 5 additions and 0 deletions
|
@ -23,3 +23,8 @@ src_prepare() {
|
||||||
default
|
default
|
||||||
sed -e "/^PKG_DOC_DIR\t=/s:@pkg_name@:$PNV:" -i include/builddefs.in || die "sed failed"
|
sed -e "/^PKG_DOC_DIR\t=/s:@pkg_name@:$PNV:" -i include/builddefs.in || die "sed failed"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
src_install() {
|
||||||
|
default
|
||||||
|
rm "/usr/share/doc/$PNV/release.sh" || die "failed to remove release.sh"
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue