adds sbin and upgrading tools
This commit is contained in:
parent
847c26e8df
commit
6f9c9bb1a9
5 changed files with 35 additions and 6 deletions
|
@ -27,12 +27,15 @@ src_compile() {
|
|||
|
||||
src_install() {
|
||||
if use tools; then
|
||||
dobin bin/cave-rdep
|
||||
dobin bin/cave-stat
|
||||
dobin bin/till
|
||||
dobin bin/compile-kernel
|
||||
dobin bin/force-install
|
||||
dobin bin/screenit
|
||||
for b in bin/*
|
||||
do
|
||||
dobin "${b}"
|
||||
done
|
||||
|
||||
for sb in sbin/*
|
||||
do
|
||||
dosbin "${sb}"
|
||||
done
|
||||
fi
|
||||
|
||||
insopts -m755
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue